azure-maps-control 3.0.0 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ReadMe.md CHANGED
@@ -4,12 +4,12 @@ The [Azure Maps](https://azure.com/maps) Web Control lets you customize interact
4
4
 
5
5
  ## How to Install
6
6
 
7
- You can embed the Azure Maps V3 Web Control source code into your app by installing the NPM package (under @next tag, since it is a preview release):
7
+ You can embed the Azure Maps V3 Web Control source code into your app by installing the NPM package:
8
8
 
9
9
  ### NPM
10
10
 
11
11
  ```
12
- npm install azure-maps-control@next
12
+ npm install azure-maps-control
13
13
  ```
14
14
 
15
15
  This package includes a minified version of the source code, CSS stylesheet, as well as the TypeScript definitions for the Azure Maps Web Control.