diff --git a/README.md b/README.md index e74e09a..ae5ad12 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,9 @@ If a connection attempt fails or times out an `OBSWSConnectionError` will be rai If a request fails an `OBSWSRequestError` will be raised with a status code. -- The request name and code are retrievable through attributes {OBSWSRequestError}.req_name and {OBSWSRequestError}.code +- The request name and code are retrievable through the following attributes: + - `req_name` + - `code` For a full list of status codes refer to [Codes](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#requeststatus)