From 2130ae3dbbc050c763437f456b38d8708ec419f0 Mon Sep 17 00:00:00 2001 From: mke2111 Date: Mon, 21 Jun 2021 11:04:25 +0300 Subject: [PATCH] Update for spelling errors in readme, test command --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e2ff61f120..6f7ddf45d2 100644 --- a/README.md +++ b/README.md @@ -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 @@ -11,7 +11,6 @@ TBA - ## Getting Started To get a local copy up and running follow these simple example steps. @@ -24,7 +23,7 @@ Postgres: >=9.5 ### Setup -Instal gems with: +Install gems with: ``` bundle install @@ -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: @@ -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. @@ -90,4 +88,3 @@ TBA ## 📝 License TBA -