Skip to content

Commit 6c8bbc2

Browse files
committed
Update README to reflect new package structure
1 parent a367537 commit 6c8bbc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Now you can query the API for information or send data. For example, if we want
3636

3737
```go
3838
// Request the balance information, returned as a Balance object.
39-
balance, err := client.Balance()
39+
balance, err := balance.Read(client)
4040
if err != nil {
4141
switch errResp := err.(type) {
4242
case messagebird.ErrorResponse:

0 commit comments

Comments
 (0)