Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Feb 26, 2015
1 parent d3e415b commit a23f3ae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ React DnD
=========

[![Join the chat at https://gitter.im/gaearon/react-dnd](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gaearon/react-dnd?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

eve
Drag and drop for React with full DOM control.

Currently works on top of HTML5 drag-and-drop API, but is moving towards a swappable implementation. Support for touch events is on the roadmap but not currently implemented.
Expand All @@ -16,7 +16,7 @@ Currently works on top of HTML5 drag-and-drop API, but is moving towards a swapp

## Live Demo

#### [See it in action!](http://gaearon.github.io/react-dnd/)
#### [See it in action!](http://gaearon.github.io/react-dnd/) ([Source](https://github.com/gaearon/react-dnd/tree/master/examples))

Demo contains a variety of things you can implement with this library, including:

Expand Down Expand Up @@ -46,6 +46,10 @@ You can do much more, but these examples will help you get started!

## Documentation

### SemVer

We plan to follow SemVer after 1.0. Before 1.0, minor version bumps may contain breaking changes. Breaking changes will be documented in the **[Upgrade Guide](https://github.com/gaearon/react-dnd/blob/master/docs/UPGRADE_GUIDE.md)**.

### API Reference

Complete API reference is available **[here](https://github.com/gaearon/react-dnd/tree/master/docs/API.md)**.
Expand Down

0 comments on commit a23f3ae

Please sign in to comment.