Skip to content

Commit a4af479

Browse files
author
Pierce Harmon
committed
fix: fixup readme
1 parent 052c510 commit a4af479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ Quick Start
1818
Install ShipEngine JavaScript SDK via [npm](https://docs.npmjs.com/about-npm/).
1919

2020
```bash
21-
npm install shipengine-js
21+
npm install shipengine
2222
```
2323

2424
The only configuration requirement is an [API key](https://www.shipengine.com/docs/auth/#api-keys).
2525

2626
```javascript
27-
const ShipEngine = require("shipengine-js");
27+
const ShipEngine = require("shipengine");
2828

2929
const shipengine = new ShipEngine("___YOUR_API_KEY_HERE__");
3030

0 commit comments

Comments
 (0)