We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c2807 commit 4f0a19cCopy full SHA for 4f0a19c
1 file changed
README.md
@@ -16,11 +16,11 @@ You will need to add the atlas script and css files as well as the script genera
16
17
18
```
19
-<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.css" type="text/css" />
+<link href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.css" rel="stylesheet" />
20
21
22
23
-<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.js"></script>
+<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.js"></script>
24
<script src="_content/AzureMapsControl.Components/azure-maps-control.js"></script>
25
26
0 commit comments