Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added a semicolon in a `cpp` snippet.
  • Loading branch information
sylvainduchesne authored Mar 2, 2018
1 parent 3f95196 commit ca6cfa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bool ok = sdk->Connect();
To send a health check ping call `sdk->Health()`. This is a synchronous request that will
return `false` if it has failed in any way.
```cpp
bool ok = sdk->Health()
bool ok = sdk->Health();
```

To mark the game server as ready to receive player connections, call `sdk->Ready()`.
Expand Down Expand Up @@ -86,4 +86,4 @@ directory, and can be compiled from there, rather than being pulling down separa

If you are building a server on Windows or macOS, and need a development build to run on
that platform, at this time you will need to compile from source. Windows and macOS libraries
for the C++ SDK for easier cross platform development are planned and will be provided in the near future.
for the C++ SDK for easier cross platform development are planned and will be provided in the near future.

0 comments on commit ca6cfa8

Please sign in to comment.