Merge pull request #746 from BarRaider/docs-fix-readme-link

docs: fixed url to refer to the correct part of the readme
This commit is contained in:
tt2468 2021-05-31 16:45:56 -07:00 committed by GitHub
commit 19dad7775c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,4 +35,4 @@ auth_response_hash = binary_sha256(auth_response_string)
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.