Skip to content

Commit 1de4dca

Browse files
committed
Fix initializer example in readme
1 parent 1f709d9 commit 1de4dca

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 @@ site and request a access key and secret. Configure the Bol gem as follows:
3636

3737
```ruby
3838
Bol.configure do |c|
39-
c.key = 'your public access key'
39+
c.access_key = 'your public access key'
4040
c.secret = 'your private secret'
4141
c.per_page = 10
4242
end

0 commit comments

Comments
 (0)