Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathon Kelly committed Apr 27, 2016
1 parent 294e577 commit 2416655
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ http://insidersbyte.github.io/react-markdown-editor
npm install @insidersbyte/react-markdown-editor --save
```

## Usage
## Basic Usage

```js
import React from 'react';
Expand Down Expand Up @@ -79,6 +79,10 @@ ReactDOM.render(<App />, document.getElementById('app'));
* onImageDrop (*function*) - called per image dropped on the textarea
* options (*object*) - the options for remarkable (see [here](https://github.com/jonschlinkert/remarkable#options)) (default: { })

## Styles

You can either write your own css for this component or use the one provided. If you want to write your own look at [react-markdown-editor.styl](https://github.com/InsidersByte/react-markdown-editor/blob/master/src/react-markdown-editor.styl) for an idea on how to style this component.

## Contributing

Contributions are very welcome!
Expand Down

0 comments on commit 2416655

Please sign in to comment.