Skip to content

Commit d402bb9

Browse files
committed
- Docs: Line breaks
1 parent a8ba5c2 commit d402bb9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,11 @@ magic is necessary:
8686
<script src="node_modules/core-js-bundle/minified.js"></script>
8787

8888
<script src="node_modules/jsonpath-plus/dist/index-umd.js"></script>
89+
8990
<script>
91+
9092
const result = JSONPath.JSONPath({path: '...', json: ...});
93+
9194
</script>
9295
```
9396

@@ -97,8 +100,10 @@ You may also use ES6 Module imports (for modern browsers):
97100

98101
```html
99102
<script type="module">
103+
100104
import {JSONPath} from './node_modules/jsonpath-plus/dist/index-es.js';
101105
const result = JSONPath({path: '...', json: ...});
106+
102107
</script>
103108
```
104109

0 commit comments

Comments
 (0)