From 7d5e489a492e1f80b0a968af223b848fac82421a Mon Sep 17 00:00:00 2001 From: Amar Zavery Date: Wed, 4 May 2016 13:48:23 -0700 Subject: [PATCH] Update RegeneratingCode.md --- Documentation/RegeneratingCode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/RegeneratingCode.md b/Documentation/RegeneratingCode.md index aaf449dac..835ff46c5 100644 --- a/Documentation/RegeneratingCode.md +++ b/Documentation/RegeneratingCode.md @@ -13,5 +13,5 @@ - If you want to generate for your project then execute `gulp codegen --project ` - If you want to use a local file then save the file locally say "D:\sdk" and make sure to have the same path as defined in the source of your porject in the mappings object. Execute `gulp codegen --spec-root "D:\sdk" --project `. - If generation is successful then you will see the generated code in the lib folder under `lib/services/` -- Make sure you have License.txt, README.md and package.json file. Take a look at [StorageManagement2]https://github.com/Azure/azure-sdk-for-node/tree/master/lib/services/storageManagement2) as an example. +- Make sure you have License.txt, README.md and package.json file. Take a look at [StorageManagement2](https://github.com/Azure/azure-sdk-for-node/tree/master/lib/services/storageManagement2) as an example. - **Please make sure to have accurate examples in README.md as that is what customers will see when they search for your service package**