diff --git a/sdk/appconfiguration/app-configuration/README.md b/sdk/appconfiguration/app-configuration/README.md index a87164e854ba..0a4e89bfd7c4 100644 --- a/sdk/appconfiguration/app-configuration/README.md +++ b/sdk/appconfiguration/app-configuration/README.md @@ -1,7 +1,9 @@ -## Azure ConfigurationClient SDK for JavaScript +# Azure App Configuration client library for JS This package contains an isomorphic SDK for ConfigurationClient. +## Getting started + ### Currently supported environments - Node.js version 6.x.x or higher @@ -12,6 +14,7 @@ This package contains an isomorphic SDK for ConfigurationClient. ```bash npm install @azure/app-config ``` +## Key concepts ### How to use @@ -23,6 +26,8 @@ npm install @azure/app-config npm install @azure/ms-rest-nodeauth ``` +## Examples + ##### Sample code ```typescript @@ -99,6 +104,12 @@ See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to ``` +## Troubleshooting + +## Next steps + +## Contributing + ## Related projects - [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js)