Skip to content

Commit

Permalink
docs(README): update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasl-dev committed Jul 9, 2021
1 parent e456152 commit d697172
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 @@ -68,7 +68,7 @@ Firstly, we need to differentiate between **connectionless** and **connection-or

### :boat: Opening a connection

The Connection is the interface between waterlink and **Lavalink's web socket API**. It is required to interact access the **connection-oriented use cases** and can be opened by the `waterlink.Connect` function.
The Connection is the interface between waterlink and **Lavalink's web socket API**. It is required to access the **connection-oriented use cases** and can be opened by the `waterlink.Connect` function.

<details>
<summary>Usage</summary>
Expand Down Expand Up @@ -106,9 +106,9 @@ The Connection is the interface between waterlink and **Lavalink's web socket AP
</p>
</details>

### :phone: Create a requester
### :phone: Creating a requester

The Requester is the interface between waterlink and **Lavalink's HTTP API**. It is required to interact access the **connectionless use cases** and can be opened by the `waterlink.NewRequester` function.
The Requester is the interface between waterlink and **Lavalink's HTTP API**. It is required to access the **connectionless use cases** and can be created by the `waterlink.NewRequester` function.
<details>
<summary>Usage</summary>
Expand Down

0 comments on commit d697172

Please sign in to comment.