From 40539e9821ef40a64426f8fcfa670682ff8aa3a3 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Tue, 3 Oct 2017 17:02:41 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d293ada0..bda686d58 100644 --- a/README.md +++ b/README.md @@ -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. Uppy UI Demo: modal dialog with a few selected files and an upload button -**[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