From 4aa76fe70c5cb854bb489a09b792be40a7829312 Mon Sep 17 00:00:00 2001 From: sirlilpanda <33928689+sirlilpanda@users.noreply.github.com> Date: Fri, 29 Aug 2025 09:28:48 +1200 Subject: [PATCH] fixed title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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