Skip to content

Commit

Permalink
Fixed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 committed May 31, 2024
1 parent aec3d8c commit 04b8021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 🚀
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 04b8021

Please sign in to comment.