Artur Paikin 8 years ago
parent
commit
34bd5f4d61
2 changed files with 1 additions and 12 deletions
  1. 1 1
      README.md
  2. 0 11
      src/index.js

+ 1 - 1
README.md

@@ -25,7 +25,7 @@ Check out [uppy.io](http://uppy.io/) for docs, API, examples and stats.
 
 <img width="600" alt="Uppy UI Demo: modal dialog with a few selected files and an upload button" src="screenshot.jpg">
 
-- [Full featured UI](http://uppy.io/examples/modal)
+- [Full featured UI](http://uppy.io/examples/dashboard)
 - [Simple Drag & Drop](http://uppy.io/examples/dragdrop)
 
 ## Usage

+ 0 - 11
src/index.js

@@ -59,14 +59,3 @@ export {
   MetaData,
   Webcam
 }
-
-// import Core from './core/index.js'
-// import plugins from './plugins/index.js'
-//
-// const locales = {}
-//
-// export {
-//   Core,
-//   plugins,
-//   locales
-// }