Skip to content

Commit

Permalink
code review edit
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Feb 11, 2015
1 parent 68a6dc2 commit 52447c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ with the proper path to its configuration file. For example, it may look like:
$ elasticsearch --config=/Users/<YOUR MAC OSX USERNAME>/homebrew/opt/elasticsearch/config/elasticsearch.yml
```

### 3. Launch sheer to serve the site
### 3. Launch Sheer to serve the site

To work on the app you will need sheer running to compile the templates.
To work on the app you will need Sheer running to compile the templates.
To do this, run the following:

```bash
Expand All @@ -160,8 +160,8 @@ To view the site browse to: <http://localhost:7000>
To view the project layout docs and pattern library,
browse to <http://localhost:7000/docs>

**Using a different port:** If you want to run sheer at a different port than 7000,
serve sheer with the `--port` argument,
**Using a different port:** If you want to run Sheer at a different port than 7000,
serve Sheer with the `--port` argument,
e.g. to run on port 7001 use `sheer serve --port 7001 --debug`.

### 4. Launch Grunt watch task
Expand Down

0 comments on commit 52447c7

Please sign in to comment.