Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
larscom committed Dec 2, 2023
1 parent e00f1a4 commit 5cd5b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Public subscriptions requires no authentication and can be used directly.

#### Candles

Subscribe to candle events for market: `ETH-EUR`
Subscribe to candle events for market: `ETH-EUR` with an interval of `5m`

```go
func main() {
Expand All @@ -48,7 +48,7 @@ func main() {
log.Fatal(err)
}

chn, err := ws.Candles().Subscribe("ETH-EUR", "5m", 0)
chn, err := ws.Candles().Subscribe("ETH-EUR", "5m")
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 5cd5b97

Please sign in to comment.