Skip to content

Commit 3e8fcec

Browse files
committed
fix format
1 parent 108d8b2 commit 3e8fcec

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
@@ -18,7 +18,7 @@ By virtue of being written in C++, this client works in several different platfo
1818
### With CMake
1919
1. Install boost, see [Boost setup](#boost_setup) section.
2020
2. Use `git clone --recurse-submodules https://github.com/socketio/socket.io-client-cpp.git` to clone your local repo.
21-
3. Run `cmake -DBOOST_PATH:STRING=<your boost install folder> ./
21+
3. Run `cmake -DBOOST_PATH:STRING=<your boost install folder> ./`
2222
4. Run `make`(if makefile generated) or open generated project (if project file generated) to build.
2323
5. Include `sio_client.h` in your client code where you want to use it.
2424

0 commit comments

Comments
 (0)