Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update installation.md to fix error by using yarn add instead of `y…
…arn install`

Fixes:
```
error 'install' has been replaced with 'add' to add new dependencies. Run "yarn add rxjs @parity/light.js" instead.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
```
  • Loading branch information
ltfschoen authored Nov 28, 2018
commit af4f90eb0fda299f4108bcdc4a44c82a45ccd0ac
2 changes: 1 addition & 1 deletion packages/light.js/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## From npm

```bash
yarn install rxjs @parity/light.js # Or npm install
yarn add rxjs @parity/light.js # Or npm install
```

RxJS is a needed peer-dependency.
Expand Down