We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d988a08 commit 4844399Copy full SHA for 4844399
README.md
@@ -4,7 +4,7 @@
4
5
##### A Redux-like model for C
6
7
-Cedux is a tool which enables developer to write clean C applications that don't require an operating system.
+Cedux is a tool which enables developers to write clean C applications that don't require an operating system.
8
9
It works like this:
10
- Application state is stored in a global tree which is created by the `CEDUX_DEFINE_STORE()` macro.
@@ -112,4 +112,4 @@ This project is setup with unit testing using Ceedling (Unity and CMock)
112
3. Install gems with: `bundle install`
113
114
### To run the tests:
115
- > `bundle exec rake test:all`
+ > `bundle exec rake test:all`
0 commit comments