Skip to content

Commit 8770a67

Browse files
committed
Improved the readme layout.
1 parent 42e60a8 commit 8770a67

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.tagconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
{
5252
"name": "readme.md",
5353
"regexs": [
54-
"Version ###"
54+
"\\*Version ###\\*"
5555
]
5656
}
5757
]

readme.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Dropzone.js Version 2.0.11-dev
1+
# Dropzone.js
22

3-
![Build status](https://travis-ci.org/enyo/dropzone.png?branch=master) (Master)
4-
![Build status](https://travis-ci.org/enyo/dropzone.png) (Development)
3+
*Version 2.0.11-dev*
54

65
Dropzone.js is a light weight JavaScript library that turns an HTML element into a dropzone.
76
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.
1615

1716
![Screenshot](http://i.imgur.com/zXyTjMp.png)
1817

18+
19+
Master
20+
![Build status](https://travis-ci.org/enyo/dropzone.png?branch=master)
21+
Development
22+
![Build status](https://travis-ci.org/enyo/dropzone.png)
23+
24+
1925
## Main features
2026

2127
- Image thumbnail previews. Simply register the callback `thumbnail(file, data)` and display the image wherever you like

0 commit comments

Comments
 (0)