Skip to content
This repository was archived by the owner on Jun 18, 2018. It is now read-only.

Commit d2d6423

Browse files
committed
Update README.md
1 parent ef30252 commit d2d6423

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

Diff for: README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
# react-dnd-html5-backend [![npm package](https://img.shields.io/npm/v/react-dnd-html5-backend.svg?style=flat-square)](https://www.npmjs.org/package/react-dnd-html5-backend)
2-
3-
The default HTML5 backend for [React DnD](http://gaearon.github.io/react-dnd/).
1+
# React DnD HTML5 Backend [![npm package](https://img.shields.io/npm/v/react-dnd-html5-backend.svg?style=flat-square)](https://www.npmjs.org/package/react-dnd-html5-backend)
42

3+
The officially supported HTML5 backend for [React DnD](http://gaearon.github.io/react-dnd/).
54
See [the docs](http://gaearon.github.io/react-dnd/docs-html5-backend.html) for usage information.
65

6+
## Installation
7+
8+
```
9+
npm install --save react-dnd-html5-backend
10+
```
11+
12+
While we suggest you to use NPM, you can find the precompiled UMD build in the `dist` folder available on the [`latest` branch](https://github.com/gaearon/react-dnd-html5-backend/tree/latest/dist) as well as in every [tagged release](https://github.com/gaearon/react-dnd-html5-backend/releases). This is where you can point Bower if that’s what you use.
13+
14+
There is no `dist` folder on the master branch.
15+
716
## License
817

918
MIT

0 commit comments

Comments
 (0)