fixed a link in readme.md (#856)

This commit is contained in:
Christof Jans 2019-07-30 11:47:39 -04:00 committed by Peter Savchenko
parent af581d31db
commit 0d1c86c546

View file

@ -149,7 +149,7 @@ Then require this script.
### Save sources to project
Copy [editor.js](build/editor.js) file to your project and load it.
Copy [editor.js](dist/editor.js) file to your project and load it.
```html
<script src="editor.js"></script>