Format typos.

This commit is contained in:
Axel Naumann 2017-04-09 13:26:08 +02:00 committed by sftnight
parent 16846d2640
commit bb9a8a9fc2

View File

@ -61,17 +61,17 @@ Full documentation of CPT can be found in [tools/packaging](tools/packaging).
Usage
-----
```c++
./cling '#include <stdio.h>' 'printf("Hello World!\n")'`
./cling '#include <stdio.h>' 'printf("Hello World!\n")'
```
To get started run:
```bash
./cling --help`
./cling --help
```
or type
```
./cling
[cling]$ .help`
[cling]$ .help
```