docs(ci): Update protocol.md - 19dad77 [skip ci]

This commit is contained in:
Azure CI 2021-05-31 23:46:42 +00:00
parent 19dad7775c
commit 017e551a91

View File

@ -37,7 +37,7 @@ auth_response_hash = binary_sha256(auth_response_string)
auth_response = base64_encode(auth_response_hash) auth_response = base64_encode(auth_response_hash)
``` ```
You can also refer to any of the client libraries listed on the [README](README.md) for examples of how to authenticate. You can also refer to any of the [client libraries](https://github.com/Palakis/obs-websocket#for-developers) listed on the README for examples of how to authenticate.