Skip to content

Commit 4844399

Browse files
authored
Update README.md
1 parent d988a08 commit 4844399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
##### A Redux-like model for C
66

7-
Cedux is a tool which enables developer to write clean C applications that don't require an operating system.
7+
Cedux is a tool which enables developers to write clean C applications that don't require an operating system.
88

99
It works like this:
1010
- 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)
112112
3. Install gems with: `bundle install`
113113

114114
### To run the tests:
115-
> `bundle exec rake test:all`
115+
> `bundle exec rake test:all`

0 commit comments

Comments
 (0)