Skip to content

Commit

Permalink
docs: fix yarn install command in README (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettheel committed May 11, 2020
1 parent 6a447a0 commit c86b393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ All clients have been published to NPM and can be installed as described above.
1. Under the repository root directory, run following command to link and build the whole library, the process may take several minutes:

```
yarn & yarn test:all
yarn && yarn test:all
```

For more information, please refer to [contributing guide](https://github.com/aws/aws-sdk-js-v3/blob/master/CONTRIBUTING.md#setup-and-testing).
Expand Down

0 comments on commit c86b393

Please sign in to comment.