From f65e7957be05395e9ec8fdc41e7e8010e942dd43 Mon Sep 17 00:00:00 2001 From: koorukuroo Date: Tue, 26 Jan 2016 02:55:56 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee330aa..c209c46 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ It will also setup a server endpoint when STORAGE_PROVIDER == LOCAL }) # Setup storage - storage = new Storage() + storage = Storage() storage.init_app(app) @app.route("/upload", methods=["POST", "GET"]):