We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2880093 + b27ebea commit 75bffcbCopy full SHA for 75bffcb
1 file changed
README.md
@@ -40,7 +40,7 @@ require "shipengine"
40
41
api_key = ENV["SHIPENGINE_API_KEY"]
42
43
-shipengine = ShipEngine.new(api_key)
+shipengine = ShipEngine::Client.new(api_key)
44
```
45
46
Contributing
0 commit comments