From 87ed7ec0ee4a8dc6f4c56c3a8c74d8d83dd1debd Mon Sep 17 00:00:00 2001 From: Taly Date: Sun, 5 Aug 2018 15:44:53 +0300 Subject: [PATCH] Fix link to example (#405) * fix link to example.html * 2.0.1 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {