Skip to content

Commit

Permalink
docs: remove extraneous --save and yarn install instructions (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Mar 6, 2024
1 parent 142890f commit 085dae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 085dae2

Please sign in to comment.