diff --git a/README.md b/README.md index 3372814..fb66358 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# c_command_pattern +# c_state_pattern a simple example of how to implement the state pattern in c. check [`main.c`](src/main.c) for the implementation