Skip to content

Commit

Permalink
Merge pull request #38 from query-string/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
robmack-auctane authored Dec 19, 2024
2 parents 762e68a + 2da5856 commit b27ebea
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 b27ebea

Please sign in to comment.