From 04b8021f3369867423c259cc2822b70daeb1cec0 Mon Sep 17 00:00:00 2001 From: Yatish Mehta Date: Thu, 30 May 2024 17:26:03 -0700 Subject: [PATCH] Fixed README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d35f99e..68fd043 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Shore is a Ruby on Rails template with modern stack to start your new project. - **Rubocop**: Auto-formats Ruby code with [rubocop](https://rubocop.org). - **Prettier**: Auto-formats JavaScript and CSS code with [prettier](https://prettier.io). - **Github Actions**: Uses Github Actions for continuous integration and deployment. -- **Deployment**: Supports deployment at [Heroku](https://www.heroku.com/platform) and [Render](https://render.com) +- **Deployment**: Supports deployment on [Heroku](https://www.heroku.com/platform) and [Render](https://render.com) ## Getting Started 🚀 @@ -150,7 +150,7 @@ Refer [here](./docs/installing_prerequisites.md) to install these dependencies - The default username and password for database is set to `postgres` and `password`. You can override them in `.env` file. -- Run `bin/setup` to set up the application. It prepares the database and installs the required Ruby gems and Javascript packages. The script is idempotent, so you can run it multiple times. +- Run `bin/setup` to set up the application. It prepares the database and installs the required ruby gems and javascript packages. The script is idempotent, so you can run it multiple times. ```bash ./bin/setup