Skip to content

Commit 4cbaa40

Browse files
committed
Fixed README.md examples.
1 parent 616caa6 commit 4cbaa40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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/<username>/path/to/build/src/ -I/home/<username>/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

0 commit comments

Comments
 (0)