Skip to content

Commit 7eca377

Browse files
AllanZhengYPtrivikr
authored andcommitted
doc: adding --version argument in example (#214)
1 parent 4046a76 commit 7eca377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ Options:
131131
For example, if you would like to create a DynamoDB client for browser-like runtime, the command will be like:
132132

133133
```
134-
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
134+
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
135135
```
136136

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

0 commit comments

Comments
 (0)