This commit is contained in:
Harsh Ghodkar 2022-02-07 21:07:44 +05:30 committed by Michael Vines
parent fa1da606a7
commit c03de12813
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ First, make sure you've already deployed the associated-token-account program by
$ cargo build-bpf
```
Once that's complete, come back to the `token/program/js` folder and install the npm dependencies, including `@solana/web3.js`, by running:
Once that's complete, come back to the `token/js` folder and install the npm dependencies, including `@solana/web3.js`, by running:
```bash
$ npm install
```