Skip to content

Commit

Permalink
read me
Browse files Browse the repository at this point in the history
  • Loading branch information
mbourdo committed Jul 25, 2024
1 parent f488118 commit 4412fff
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 @@ -23,7 +23,7 @@ To edit the ma-services repo locally, you need to install node.js:
$ npm install -g npm
```

To view changes as you work install http-server using Homebrew:
To view changes as you work, install http-server using Homebrew:
```bash
$ brew install http-server
$ npm install http-server
Expand All @@ -34,7 +34,7 @@ Clone the repo to your local machine:
$ git clone https://github.com/goinvo/ma-services.git
```

To run the server, navigate to your project directory, then:
To run the server:
```bash
$ cd ma-services
$ http-server
Expand Down

0 comments on commit 4412fff

Please sign in to comment.