We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 762e68a + 2da5856 commit b27ebeaCopy full SHA for b27ebea
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