From 7eca3772815040b2c598761951e2f08900415d68 Mon Sep 17 00:00:00 2001 From: AllanFly120 Date: Tue, 21 May 2019 13:26:34 -0700 Subject: [PATCH] doc: adding --version argument in example (#214) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e37845f44f921..61daaffff8b5f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -131,7 +131,7 @@ 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 @@ -139,4 +139,4 @@ node ./packages/package-generator/build/cli.js client --model models/dynamodb/20 [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/ \ No newline at end of file +[conventional commits]: https://www.conventionalcommits.org/