Skip to content

Commit

Permalink
doc: adding --version argument in example (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP authored and trivikr committed May 21, 2019
1 parent 4046a76 commit 7eca377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ Options:
For example, if you would like to create a DynamoDB client for browser-like runtime, the command will be like:

```
node ./packages/package-generator/build/cli.js client --model models/dynamodb/2012-08-10/service-2.json --runtime browser --smoke models/dynamodb/2012-08-10/smoke.json
node ./packages/package-generator/build/cli.js client --model models/dynamodb/2012-08-10/service-2.json --runtime browser --smoke models/dynamodb/2012-08-10/smoke.json --version 0.1.0-preview.1
```

[issues]: https://github.com/aws/aws-sdk-js-v3/issues
[pr]: https://github.com/aws/aws-sdk-js-v3/pulls
[license]: http://aws.amazon.com/apache2.0/
[cla]: http://en.wikipedia.org/wiki/Contributor_License_Agreement
[AWS service models]: https://github.com/aws/aws-sdk-js-v3/tree/master/models
[conventional commits]: https://www.conventionalcommits.org/
[conventional commits]: https://www.conventionalcommits.org/

0 comments on commit 7eca377

Please sign in to comment.