diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a1e33e1..a2c4795b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,9 +42,7 @@ If you’d like to use the repository from source, you can either install from g To install via git: ```bash -npm install --save git+ssh://git@github.com:Modern-Treasury/modern-treasury-node.git -# or -yarn add git+ssh://git@github.com:Modern-Treasury/modern-treasury-node.git +npm install git+ssh://git@github.com:Modern-Treasury/modern-treasury-node.git ``` Alternatively, to link a local copy of the repo: diff --git a/README.md b/README.md index e232962f..acf6f158 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,7 @@ The REST API documentation can be found [on docs.moderntreasury.com](https://doc ## Installation ```sh -# install from NPM -npm install --save modern-treasury -# or -yarn add modern-treasury +npm install modern-treasury ``` ## Usage