diff --git a/README.md b/README.md index 525ab9d..de9eca7 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ The State Transition’s API has the followed structure: ![api-structure](api-structure.png) -- `StateMachine` class is responsible for full control over the state machine itself and directly for state transition. -- `StateTransitionManager` class is responsible for managing transitions for an each configured state. +- [StateMachine](./src/StateTransition/StateMachine.cs) class is responsible for full control over the state machine itself and directly for state transition. +- [StateTransitionManager](./src/StateTransition/StateTransitionManager.cs) class is responsible for managing transitions for an each configured state. More details about exposed API methods in these classes you can get from their xml-comments in code.