Skip to content

Commit

Permalink
Typo and link update in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bpafford authored and bpafford committed Sep 14, 2016
1 parent 25b91c7 commit 20e0c99
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 @@ -5,7 +5,7 @@
1. Clone the Repo.
2. Run `$ npm run setup` to install all the things and init Android/iOS.
3. Run `$ npm test` in another terminal tab of the root directory to see tests.
4. Navigate to (localhost:8100/#/tab/hello) in a browser tab to view project. Enable mobile view in Chrome Dev tools
4. Navigate to <localhost:8100/#/tab/hello> in a browser tab to view project. Enable mobile view in Chrome Dev tools

## Using Ionic to Emulate iOS and Android ##

Expand All @@ -17,7 +17,7 @@

## Unit Testing ##
- Write unit tests with Jasmine, run them with Karma. Config in the karma.conf.js file.
- 'npm test' will run these unit tets.
- 'npm test' will run these unit tests.
- Each JS file's test file resides in the same directory -- this is in part to the 'folders by feature' design of the project.


Expand Down

0 comments on commit 20e0c99

Please sign in to comment.