Skip to content

Commit 6890575

Browse files
committed
fix readme
1 parent 1e6a072 commit 6890575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ 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+
g++ -mpopcnt -std=c++11 simple_example.cpp
21+
./a.out
2222

2323
## Run Unit Tests
2424
make test

0 commit comments

Comments
 (0)