svgmap 2.9.0 → 2.10.0

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
@@ -23,8 +23,8 @@ import 'svgmap/dist/svgMap.min.css';
23
23
 
24
24
  ```html
25
25
  <script src="https://cdn.jsdelivr.net/npm/svg-pan-zoom@3.6.1/dist/svg-pan-zoom.min.js"></script>
26
- <script src="https://cdn.jsdelivr.net/gh/StephanWagner/svgMap@v2.9.0/dist/svgMap.min.js"></script>
27
- <link href="https://cdn.jsdelivr.net/gh/StephanWagner/svgMap@v2.9.0/dist/svgMap.min.css" rel="stylesheet">
26
+ <script src="https://cdn.jsdelivr.net/gh/StephanWagner/svgMap@v2.10.0/dist/svgMap.min.js"></script>
27
+ <link href="https://cdn.jsdelivr.net/gh/StephanWagner/svgMap@v2.10.0/dist/svgMap.min.css" rel="stylesheet">
28
28
  ```
29
29
 
30
30
  ---