Update README.md

This commit is contained in:
Artur Paikin 2017-10-03 17:02:41 -04:00 committed by GitHub
parent 7ffebb7b99
commit 40539e9821

View file

@ -12,7 +12,7 @@ Uppy is a sleek, modular file uploader that integrates seemlessly with any appli
- **Preview** and edit metadata with a nice interface;
- **Upload** to the final destination, optionally processing/encoding on the way;
**[Read the docs](http://uppy.io/docs)**
**[Read the docs](http://uppy.io/docs)** | **[Try Uppy](http://uppy.io/examples/dashboard/)**
Uppy is being developed by the [Transloadit](https://transloadit.com) team.
@ -20,8 +20,6 @@ Uppy is being developed by the [Transloadit](https://transloadit.com) team.
<img width="700" alt="Uppy UI Demo: modal dialog with a few selected files and an upload button" src="https://github.com/transloadit/uppy/raw/master/uppy-screenshot.jpg">
**[Try Uppy](http://uppy.io/examples/dashboard/)**
```js
const Uppy = require('uppy/lib/core')
const Dashboard = require('uppy/lib/plugins/Dashboard')
@ -38,7 +36,7 @@ const uppy = Uppy({ autoProceed: false })
.on('core:success', files => console.log(`Successfully uploaded these files: ${files}`))
```
Please refer to the [the documentation](http://uppy.io/docs) for details on how to use Uppy and its plugins.
**[Try it online](http://uppy.io/examples/dashboard/)** or **[read the docs](http://uppy.io/docs)** for details on how to use Uppy and its plugins.
## Features