diff --git a/README.md b/README.md
index 1ccc4ee14..088f56ae4 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Uppy
-
+
@@ -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})