diff --git a/README.md b/README.md index 2d63fd2..3c59ebf 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"]):