From f995b643c0065dbb96ceb3e2435458019a6df4e9 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Sun, 25 Sep 2016 00:00:09 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1ccc4ee14..088f56ae4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Uppy -Uppy logo — a puppy superman +Uppy logo — a superman puppy in a pink suit @@ -10,7 +10,7 @@ Uppy is (going to be) a cool JavaScript file uploader that fetches files for you Check out [uppy.io](http://uppy.io/) for docs, API, examples and stats. -## Features +## Features (some in development) - Lightweight / easy on dependencies - Usable as a bundle straight from a CDN as well as a module to import @@ -18,7 +18,7 @@ Check out [uppy.io](http://uppy.io/) for docs, API, examples and stats. - Uppy speaks multiple languages (i18n support) - Built with accessibility in mind - Works great with file encoding and processing backends, such as [Transloadit](http://transloadit.com) -- Small core, modular plugin-based architecture. +- Small core, modular plugin-based architecture - Cute as a puppy :dog:, also accepts cat pictures ## Demo @@ -50,7 +50,8 @@ const files = uppy .run() // ES5 -// :warning: bundling with `require` will include the whole Uppy package, with all plugins. If you want to pick and choose, use `import`): +// :warning: bundling with `require` will include the whole Uppy package, with all plugins. +// If you want to pick and choose, use `import`) var Uppy = require('uppy') var uppy = new Uppy.Core({wait: false})