Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lionng429 committed Mar 29, 2018
1 parent 648007c commit 6ef7d7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ react-file-uploader is a set of customizable React components that helps you to

It is expected to be production ready from v1.0.0, although v0.4.1 provides a stable but very simple and limited usage.

It is worth to mention the default uploading implementation in `UploadManager` is biased with FormData, which is not configurable at this moment.
The uploading implementation is coupled with [superagent](https://visionmedia.github.io/superagent/), and the `method`, `header` and `data` are configurable with props.

## Installation

Expand All @@ -31,7 +31,7 @@ this module currently contains 4 major entities, which are
import { Receiver } from 'react-file-uploader';
<Receiver
wrapperId={STRING}
wrapperId={STRING}
customClass={STRING_OR_ARRAY}
style={OBJECT}
isOpen={BOOLEAN}
Expand All @@ -40,9 +40,9 @@ import { Receiver } from 'react-file-uploader';
onDragLeave={FUNCTION}
onFileDrop={FUNCTION}
>
<div>
visual layer of the receiver (drag & drop panel)
</div>
<div>
visual layer of the receiver (drag & drop panel)
</div>
</Receiver>
```

Expand Down

0 comments on commit 6ef7d7c

Please sign in to comment.