Skip to content

Commit

Permalink
add browser installation directions
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed Jul 3, 2013
1 parent 0567fba commit f976b5d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Readme.md
@@ -1,15 +1,22 @@

# File

File component wrapping the native `File` and `FileReader` objects
with a higher level API.

## Installation

node.js:

```
$ npm install file-component
```

browser:

```
$ component install component/file
```

## Events

### Reader
Expand Down Expand Up @@ -86,4 +93,4 @@ file.is('*/json');

## License

MIT
MIT

0 comments on commit f976b5d

Please sign in to comment.