Skip to content

Commit 616caa6

Browse files
committed
Fixed README.md examples.
1 parent 01abd95 commit 616caa6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Then add `<curlcpp root>/build/src/` to your library path and `<curlcpp root>/in
2424
When linking, link against `curlcpp` (e.g.: g++ -std=c++11 example.cpp -o example -lcurlcpp -lcurl).
2525
Or if you want run from terminal,
2626

27-
g++ -std=c++11 example.cpp -L/home/arun/path/to/build/src/ -I/home/arun/path/to/include/ -lcurlcpp -lcurl
27+
g++ -std=c++11 example.cpp -L/home/<username>/path/to/build/src/ -I/home/<username>/path/to/include/ -lcurlcpp -lcurl
2828

2929

3030
Submodule
@@ -37,11 +37,6 @@ ADD_SUBDIRECTORY(ext/curlcpp) # Change `ext/curlcpp` to a directory according to
3737
INCLUDE_DIRECTORIES(${CURLCPP_SOURCE_DIR}/include)
3838
```
3939

40-
Biicode support
41-
===============
42-
43-
Yes, it's avaiable thanks to @qqiangwu! :)
44-
4540
Simple usage example
4641
====================
4742

0 commit comments

Comments
 (0)