Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for spelling errors in readme, test command #385

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scaffold for social media app with Ruby on Rails

> This repo includes intial code for social media app with basic styling. Its purpose is to be a starting point for Microverse students.
> This repo includes initial code for social media app with basic styling. Its purpose is to be a starting point for Microverse students.

## Built With

Expand All @@ -11,7 +11,6 @@

TBA


## Getting Started

To get a local copy up and running follow these simple example steps.
Expand All @@ -24,7 +23,7 @@ Postgres: >=9.5

### Setup

Instal gems with:
Install gems with:

```
bundle install
Expand All @@ -46,7 +45,6 @@ To make sure the linters' checks using Github Actions work properly, you should
3. Start working on your milestone as usual.
4. Open a PR from the `feature/branch` when your work is done.


### Usage

Start server with:
Expand All @@ -60,7 +58,7 @@ Open `http://localhost:3000/` in your browser.
### Run tests

```
rpsec --format documentation
rspec --format documentation
```

> Tests will be added by Microverse students. There are no tests for initial features in order to make sure that students write all tests from scratch.
Expand Down Expand Up @@ -90,4 +88,3 @@ TBA
## 📝 License

TBA