Update cryptography/javascript/sdk/README.md

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
This commit is contained in:
Paul Yuknewicz 2023-06-12 23:31:38 -07:00 committed by GitHub
parent af7d9aa65b
commit 89d78aa40d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ name: Install Node dependencies
```bash
cd ./crypto-quickstart
npm ci
npm install
```
<!-- END_STEP -->