From 8a6b2a10d04348834d7703d0388bbc5c339fc376 Mon Sep 17 00:00:00 2001 From: Christina Chortaria Date: Mon, 30 Sep 2024 10:39:03 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 7de4e0b..cb58825 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,6 @@ An application to manage and reserve locker and study spaces for the library. T ## Database creation * `bundle exec rake servers:start` - * create, and migrate the database - ``` - bundle exec rails db:create - bundle exec rails db:migrate - ``` - ## Database seeding for development * If you want a set of example data for development, seed the database. * This data includes *fake* lockers and study spaces for Firestone, and users with fake UIDs.