Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Reflect actual client object initialisation approach
  • Loading branch information
query-string authored Feb 15, 2024
1 parent ad934a8 commit 2da5856
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 @@ -40,7 +40,7 @@ require "shipengine"

api_key = ENV["SHIPENGINE_API_KEY"]

shipengine = ShipEngine.new(api_key)
shipengine = ShipEngine::Client.new(api_key)
```

Contributing
Expand Down

0 comments on commit 2da5856

Please sign in to comment.