From ae739605418a7220b077fc95d080544c096a241a Mon Sep 17 00:00:00 2001 From: Kaiwalya Koparkar Date: Sun, 17 May 2020 18:31:35 +0530 Subject: [PATCH] Update README.md file There were some grammar problems in your readme file which has been cleared in this request. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 162eaab..462e6c1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# hiring-front +# Hiring-front. This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here. -## Prerequisites +## Prerequisites. You will need the following things properly installed on your computer. @@ -12,43 +12,43 @@ You will need the following things properly installed on your computer. * [Ember CLI](https://ember-cli.com/) * [Google Chrome](https://google.com/chrome/) -## Installation +## Installation. * `git clone ` this repository * `cd hiring-front` * `npm install` -## Running / Development +## Running / Development. * `ember serve` * Visit your app at [http://localhost:4200](http://localhost:4200). * Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests). -### Code Generators +### Code Generators. Make use of the many generators for code, try `ember help generate` for more details -### Running Tests +### Running Tests. * `ember test` * `ember test --server` -### Linting +### Linting. * `npm run lint:hbs` * `npm run lint:js` * `npm run lint:js -- --fix` -### Building +### Building. * `ember build` (development) * `ember build --environment production` (production) -### Deploying +### Deploying. Specify what it takes to deploy your app. -## Further Reading / Useful Links +## Further Reading / Useful Links. * [ember.js](https://emberjs.com/) * [ember-cli](https://ember-cli.com/)