Skip to content

Commit fe5fa04

Browse files
committed
Fix readme
1 parent 9580107 commit fe5fa04

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
@@ -34,7 +34,7 @@ If bundler is not being used to manage dependencies, install the gem by executin
3434
require "cohere"
3535

3636
client = Cohere::Client.new(
37-
ENV['COHERE_API_KEY']
37+
api_key: ENV['COHERE_API_KEY']
3838
)
3939
```
4040

0 commit comments

Comments
 (0)