diff --git a/README.md b/README.md index aa107ab..510498f 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ c99-to-c89 is based on LibClang, any clang version from 3.1 is known to work. Usage ===== -c99conv converts preprocessed C sources, the provided c99wrap uses the C preprocessor, +`c99conv` converts preprocessed C sources, the provided `c99wrap` uses the C preprocessor, converts its output and feeds it to the C compiler. -c99wrap $CC $CFLAGS source +`c99wrap $CC $CFLAGS source` Binaries ========