From 71ef3474c63929d777b0adb1717de3a1c93f76f3 Mon Sep 17 00:00:00 2001 From: Erin Corson Date: Wed, 12 Aug 2015 15:35:43 -0600 Subject: [PATCH] no new --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d86880..ae9b762 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Version: 0.11.* }) # Setup storage - storage = new Storage() + storage = Storage() storage.init_app(app) @app.route("/upload", methods=["POST", "GET"]):