mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-27 12:13:53 +00:00
Update README.md
This commit is contained in:
parent
7ffebb7b99
commit
40539e9821
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue