Skip to content

Commit 5080161

Browse files
authored
Update README.md
1 parent cd57c31 commit 5080161

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,24 @@ Check out example.cpp
4141

4242
You can run it like so:
4343

44+
```
4445
make example
4546
./example
47+
```
48+
4649

4750
Usage
4851
------------------------
4952

53+
```
5054
make
5155
./unit
56+
```
5257

5358
To run tests, you can do
54-
59+
```
5560
./testcodecs
61+
```
5662

5763
(follow the instructions)
5864

0 commit comments

Comments
 (0)