We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052c510 commit a4af479Copy full SHA for a4af479
README.md
@@ -18,13 +18,13 @@ Quick Start
18
Install ShipEngine JavaScript SDK via [npm](https://docs.npmjs.com/about-npm/).
19
20
```bash
21
-npm install shipengine-js
+npm install shipengine
22
```
23
24
The only configuration requirement is an [API key](https://www.shipengine.com/docs/auth/#api-keys).
25
26
```javascript
27
-const ShipEngine = require("shipengine-js");
+const ShipEngine = require("shipengine");
28
29
const shipengine = new ShipEngine("___YOUR_API_KEY_HERE__");
30
0 commit comments