Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone committed Nov 13, 2024
1 parent 133cb72 commit 4f5a14b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openbb_platform/extensions/websockets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ obb.websockets
>
> |Parameter|Type | Required| Description |
> |:-------|:-----|:--------:|------------:|
> |name |String |Yes |The 'nane' assigned from `create_connection` |
> |name |String |Yes |The 'name' assigned from `create_connection` |
> |auth_token |String |No |The 'auth_token' assigned, if any, from `create_connection` |
>
> Below is an explanation of each function, with `create_connection` representing the bulk of details.
Expand Down Expand Up @@ -864,3 +864,4 @@ The missing pieces that get created locally include:
- Raise the message as an unexpected error:
- `logger.error("Unexpected error -> %s", message.get('message'))`

> With all the functions built, the file should run as a script where keyword arguments are formatted as `key=value`, with a space between each pair.

0 comments on commit 4f5a14b

Please sign in to comment.