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"]):