diff --git a/Package.nuspec b/Package.nuspec
index de6c5df..a5fdeb0 100644
--- a/Package.nuspec
+++ b/Package.nuspec
@@ -2,14 +2,14 @@
 <package >
   <metadata>
     <id>x-editable</id>
-    <version>1.4.4</version>
+    <version>1.4.5</version>
     <authors>Vitaliy Potapov</authors>
     <owners>Vitaliy Potapov</owners>
     <licenseUrl>https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT</licenseUrl>
     <projectUrl>http://vitalets.github.com/x-editable</projectUrl>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>
     <description>In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery</description>
-    <releaseNotes>Bootstrap datetimepicker and more</releaseNotes>
+    <releaseNotes>Select2 with ajax source and more</releaseNotes>
     <copyright>Copyright 2012-2013</copyright>
     <tags>edit-in-place editable bootstrap jquery</tags>
     <dependencies>
diff --git a/README.md b/README.md
index 33b6b79..2f7024f 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,35 @@
 # X-editable
 
 In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery.  
-It is a new life of [bootstrap-editable plugin](http://github.com/vitalets/bootstrap-editable) that was strongly refactored and improved. 
 
-## Demo + Docs + Download
-See **http://vitalets.github.com/x-editable**
+## Live demo
+**http://vitalets.github.io/x-editable/demo.html**
+
+## Installation
+
+### Manual download
+Use **http://vitalets.github.io/x-editable**
+
+### Bower
+````
+bower install x-editable
+````
+
+### CDN
+````js
+<link href="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.5/bootstrap-editable/css/bootstrap-editable.css" rel="stylesheet"/>
+<script src="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.5/bootstrap-editable/js/bootstrap-editable.min.js"></script>
+````
+
+## Documentation
+**http://vitalets.github.io/x-editable**
+
 
 ## Reporting issues
-When creating issues please provide [jsFiddle](http://jsfiddle.net) example. You can easily fork one of **jsFiddle templates**:   
-1. [bootstrap fiddle](http://jsfiddle.net/xBB5x/195)  
-2. [jqueryui fiddle](http://jsfiddle.net/xBB5x/196)  
-3. [jquery fiddle](http://jsfiddle.net/xBB5x/197)    
+When creating issues please provide [jsFiddle](http://jsfiddle.net) example. You can easily fork one of following:   
+1. [jsFiddle bootstrap template](http://jsfiddle.net/xBB5x/195)  
+2. [jsFiddle jqueryui template](http://jsfiddle.net/xBB5x/196)  
+3. [jsFiddle jquery template](http://jsfiddle.net/xBB5x/197)    
 Your feedback is very appreciated!
 
 ## Contribution
@@ -68,4 +87,4 @@ Thanks for your support!
 
 ## License
 Copyright (c) 2012 Vitaliy Potapov  
-Licensed under the MIT licenses.
\ No newline at end of file
+Licensed under the MIT license.
\ No newline at end of file
diff --git a/bower.json b/bower.json
index 958c4b1..6204084 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
 {
   "name": "x-editable",
-  "version": "1.4.4",
+  "version": "1.4.5",
   "main": "dist/README.md",
   "ignore": [
     "*.*",
diff --git a/package.json b/package.json
index c09f9ee..fa9d9e6 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "X-editable",
   "title": "X-editable",
   "description": "In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery",
-  "version": "1.4.4",
+  "version": "1.4.5",
   "homepage": "http://github.com/vitalets/x-editable",
   "author": {
     "name": "Vitaliy Potapov",