Skip to content

Commit f0fb637

Browse files
committed
Update readme
1 parent c92e4bb commit f0fb637

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Add a script tag to your HTML file with your desired shapefile.js version from a
8484

8585
_You can use the minified version by simply replacing the ending **.js** extension with **.min.js**_
8686

87-
You will also need shims for [JSZip](https://github.com/Stuk/jszip) and [Moment Timezone](https://github.com/moment/moment-timezone)
87+
You will also need a shim for [JSZip](https://github.com/Stuk/jszip)
8888

8989
Use the `ShapefileJS` UMD global variable and access the `Shapefile` class
9090
```html
@@ -93,9 +93,8 @@ Use the `ShapefileJS` UMD global variable and access the `Shapefile` class
9393
<head>
9494
<meta charset="utf-8">
9595

96-
<!-- Load the shapefile.js library -->
96+
<!-- Load JSZip and shapefile.js libraries -->
9797
<script src="https://unpkg.com/jszip/dist/jszip.min.js"></script>
98-
<script src="https://unpkg.com/moment-timezone/moment-timezone.js"></script>
9998
<script src="https://unpkg.com/shapefile.js/dist/shapefile.js"></script>
10099

101100
<!-- Add custom JS logic -->

0 commit comments

Comments
 (0)