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**