docs: add --save to npm install example

This commit is contained in:
Luke Bennett 2021-06-13 03:41:48 +01:00 committed by GitHub
parent d7be012feb
commit 0753461d90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ TypeScript/JavaScript client library for [CCash](https://github.com/EntireTwix/C
``` ```
yarn add ccash-client-js yarn add ccash-client-js
# or # or
npm install ccash-client-js npm install --save ccash-client-js
``` ```
## Usage ## Usage