diff --git a/README.md b/README.md index 116087db..3aecf82c 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ editor.saver.save() ## Example -Take a look at the [example.html](../example/example.html) to view more detailed examples. +Take a look at the [example.html](example/example.html) to view more detailed examples. diff --git a/package.json b/package.json index 829207af..c94d0a13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex.editor", - "version": "2.0.0", + "version": "2.0.1", "description": "Codex Editor. Native JS, based on API and Open Source", "main": "build/codex-editor.js", "scripts": {