Skip to content

Commit 0ab418e

Browse files
committed
Merge pull request #15 from jkva/readme-patch
Corrected file path for angular-json-editor.js
2 parents c993dad + 5173a14 commit 0ab418e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Then include the directive and json-editor in your html (you can also use the mi
2323

2424
```html
2525
<script src="bower_components/json-editor/dist/jsoneditor.js"></script>
26-
<script src="bower_components/angular-json-editor/angular-json-editor.js"></script>
26+
<script src="bower_components/angular-json-editor/dist/angular-json-editor.js"></script>
2727
```
2828

2929
Usage

0 commit comments

Comments
 (0)