Skip to content

Commit 02cf0c1

Browse files
authored
fix npm install command (aptos-labs#1438)
npm add some weird uncommon alias for npm install. Let's just use the standard command to avoid confusion.
1 parent 35e1a61 commit 02cf0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer-docs-site/docs/tutorials/first-dapp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ The Wallet is now integrated with our dapp. Next, we will integrate the Aptos SD
156156
First, add the SDK to the project's dependencies:
157157

158158
```console
159-
$ npm add --save aptos
159+
$ npm install --save aptos
160160
```
161161

162162
You will now see `"aptos": "^0.0.20"` (or similar) in your `package.json`.

0 commit comments

Comments
 (0)