diff --git a/README.md b/README.md index 9b47df3..fdb66c7 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ flask --app app.py db upgrade ## Seeding the Database To populate the database with a few sample users and services, run: ```bash -python seed.py +python app_seed.py ``` --- diff --git a/seed.py b/app_seed.py similarity index 100% rename from seed.py rename to app_seed.py