Skip to content

Commit 27bff8c

Browse files
committed
fix readme
1 parent 6890575 commit 27bff8c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ We also host a [demo website](https://www.rangefilter.io/).
1717

1818
## Simple Example
1919
A simple example can be found [here](https://github.com/efficient/SuRF/blob/master/simple_example.cpp). To run the example:
20-
g++ -mpopcnt -std=c++11 simple_example.cpp
21-
./a.out
20+
```
21+
g++ -mpopcnt -std=c++11 simple_example.cpp
22+
./a.out
23+
```
2224

2325
## Run Unit Tests
2426
make test

0 commit comments

Comments
 (0)