Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Jul 15, 2015
1 parent ec39e07 commit 0d5e76a
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
React Modal
===========
# react-modal

Accessible React Modal Dialog Component. This isn't ready to be used
yet, still under development.
Accessible modal dialog component for React.JS

Accessibility Notes
-------------------

Etc. etc. etc.

Usage
-----
## Usage

```xml
<Modal
Expand All @@ -26,8 +18,6 @@ Usage
Inside an app:

```js
/** @jsx React.DOM */

var React = require('react');
var Modal = require('react-modal');

Expand Down

0 comments on commit 0d5e76a

Please sign in to comment.