Fixed typos and line breaks

This commit is contained in:
Stéphane Lepin 2016-11-11 19:31:06 +01:00
parent 5248cde766
commit 4e5f7d1e50
2 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@ In CMake, you'll need to fill these CMake variables :
- **LIBOBS_LIB** (filepath) : location of the obs.lib file
- **OBS_FRONTEND_LIB** (filepath) : location of the obs-frontend-api.lib file
After building the obs-websocket plugin's binary, copy its Qt dependencies (QtCore, QtNetwork and QtWebSockets library binaries)in the same folder.
After building the obs-websocket plugin's binary, copy its Qt dependencies (QtCore, QtNetwork and QtWebSockets library binaries) in the same folder.
## How to use
There's currently no frontend or language API available for obs-websocket. However, the full protocol reference is documented in the [PROTOCOL.md](PROTOCOL.md) file.