Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ziopio committed Jan 30, 2024
1 parent 64f516d commit 7a3220e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Such client is disabled by default (`{ntp, false}`), and is not required to auth
Accepts an integer that represents time in milliseconds, default value is `5_000`.
Allows to tweak the timeout of each API request going through the websocket.

## Basic Low Level API Usage
## API Usage example

grisp_io_ws:connect().
grisp_io_connection:connect()
true = grisp_io_ws:is_connected().
{ok, <<pong>>} = grisp_io_ws:ping().
{ok, <<pong>>} = grisp_io:ping().

0 comments on commit 7a3220e

Please sign in to comment.