We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64444b2 commit 4487aaeCopy full SHA for 4487aae
README.md
@@ -77,15 +77,15 @@ const result = JSONPath({path: '...', json});
77
78
### Browser
79
80
-For browser usage you can directly include `dist/index-browser-umd.js`; no Browserify
81
-magic is necessary:
+For browser usage you can directly include `dist/index-browser-umd.cjs`; no
+Browserify magic is necessary:
82
83
```html
84
<!-- Polyfill recommended by Babel for items not covered for older
85
browsers in dist -->
86
<script src="node_modules/core-js-bundle/minified.js"></script>
87
88
-<script src="node_modules/jsonpath-plus/dist/index-browser-umd.js"></script>
+<script src="node_modules/jsonpath-plus/dist/index-browser-umd.cjs"></script>
89
90
<script>
91
0 commit comments