From b92c28b780fcd7e1930adddb5aeab756c75279f7 Mon Sep 17 00:00:00 2001 From: vitalets <noginsk@rambler.ru> Date: Thu, 6 Dec 2012 23:56:03 +0400 Subject: [PATCH] changelog more fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51b0d3f..1f3320b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ It is a new life of [bootstrap-editable plugin](http://github.com/vitalets/boots See **http://vitalets.github.com/x-editable** ## Reporting issues -When creating issues please provide jsFiddle example. You can easily fork one of templates: [bootstrap](http://jsfiddle.net/xBB5x/5/), [jqueryui](http://jsfiddle.net/xBB5x/14/), [plain](http://jsfiddle.net/xBB5x/16/). +When creating issues please provide jsFiddle example. You can easily fork one of templates: [bootstrap](http://jsfiddle.net/xBB5x/25/), [jqueryui](http://jsfiddle.net/xBB5x/24/), [plain](http://jsfiddle.net/xBB5x/23/). Your feedback is very appreciated! ## Contribution @@ -19,7 +19,7 @@ A few steps how to start contributing: **x-editable** | -- **lib** (repo related to <code>dev</code> and <code>master</code> branches) | -- **gh-pages** (repo related to <code>gh-pages</code> branch for docs & demo) - | -- **playground** (simple node-server and html page for testing, [playground.zip](https://github.com/downloads/vitalets/x-editable/playground.zip), **updated in 1.1.2!**) + | -- **playground** (simple node-server and html page for testing, [playground_1.2.zip](https://github.com/downloads/vitalets/x-editable/playground_1.2.zip), **updated in 1.2.0!**) To make it easy follow this script ( _assuming you have [nodejs](http://nodejs.org) installed_ ). Please replace <code><your-github-name></code> with your name: @@ -43,7 +43,7 @@ npm install cd .. #playground -#download playground.zip from https://github.com/downloads/vitalets/x-editable/playground.zip +#download playground.zip from https://github.com/downloads/vitalets/x-editable/playground_1.2.zip unzip playground.zip cd playground npm install