diff --git a/README.md b/README.md index 7a1144e..ea0dca6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Stubser is a stub creator for CUnit -In an existing project, which does not use unit tests yet or which is still under heavy development, it is always a tedious task to create stubs for existing code. This GNU C based application takes one or multiple (also recursively) C files to create functional stubs ready to use with CUnit. Following files are created from on input C file: +In an existing project, which does not use unit tests yet or which is still under heavy development, it is always a tedious task to create stubs for existing code. This GNU C based application takes one or multiple (also recursively) C files to create functional stubs ready to use with CUnit. Following files are created from one input C file: | Input | Output | Description |