Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
omarroth committed Jul 10, 2019
1 parent a537850 commit 48735b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
```crystal
require "audible"
client = Audible::Client.new("EMAIL", "PASSWORD")
client = Audible::Client.new("EMAIL", "PASSWORD", locale: "us")
puts client.get("/1.0/library").body # => {"items":[{"asin":"B002V0QUOC"...
```

Expand Down

0 comments on commit 48735b0

Please sign in to comment.