From d90cb683b53fe8c19f12f0256bda5aa74ae8e31d Mon Sep 17 00:00:00 2001 From: Hombre2014 Date: Thu, 5 May 2022 11:06:39 +0200 Subject: [PATCH] Update the README file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de9aa67..ee76d00 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ Open a browser and go to: `https://localhost:3000` to view the app. ## Database setup -To start with clean database use: +To start with the sample database, please use: `cd hello-rails-react`
-`rails db:create db:migrate` +`rails db:create db:migrate db:seed` ## Author