diff --git a/.tagconfig b/.tagconfig index e8fdda8bd..795f5b485 100644 --- a/.tagconfig +++ b/.tagconfig @@ -51,7 +51,7 @@ { "name": "readme.md", "regexs": [ - "Version ###" + "\\*Version ###\\*" ] } ] diff --git a/readme.md b/readme.md index b97eb8e67..1cabf29be 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,6 @@ -# Dropzone.js Version 2.0.11-dev +# Dropzone.js -![Build status](https://travis-ci.org/enyo/dropzone.png?branch=master) (Master) -![Build status](https://travis-ci.org/enyo/dropzone.png) (Development) +*Version 2.0.11-dev* Dropzone.js is a light weight JavaScript library that turns an HTML element into a dropzone. This means that a user can drag and drop a file onto it, and the file gets uploaded to the server via AJAX. @@ -16,6 +15,13 @@ folder. ![Screenshot](http://i.imgur.com/zXyTjMp.png) + +Master +![Build status](https://travis-ci.org/enyo/dropzone.png?branch=master) +Development +![Build status](https://travis-ci.org/enyo/dropzone.png) + + ## Main features - Image thumbnail previews. Simply register the callback `thumbnail(file, data)` and display the image wherever you like