Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
update(readme): fix typos
Browse files Browse the repository at this point in the history
Closes #52. Closes #59.
  • Loading branch information
ThomasBurleson authored and topherfangio committed Sep 9, 2016
1 parent e53fc8a commit df675bd
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
@@ -1,6 +1,6 @@
# Angular Material-Start

This Material **start*** project is a *seed* for AngularJS Material applications. The project contains a sample AngularJS application and is pre-configured to install the Angular framework and a bunch of development and testing tools for instant web development gratification.
This Material **start** project is a *seed* for AngularJS Material applications. The project contains a sample AngularJS application and is pre-configured to install the Angular framework and a bunch of development and testing tools for instant web development gratification.

This sample application is intended to be useful as both a learning tool and a skeleton application
for a typical [AngularJS Material](http://material.angularjs.org/) web app: comprised of a Side navigation
Expand All @@ -10,7 +10,7 @@ environment for these projects.
### What is the UX?

Below is a snapshot of the Starter-App with the Users' *master-detail* view. Also shown is the user
experience that will is displayed for smaller device sizes. The responsive layout changes to hide
experience that will be displayed for smaller device sizes. The responsive layout changes to hide
the user list, reveal the **menu** button. In the User Details view, you may also click the
**share** button to show the Contact <User> bottom sheet view.

Expand Down Expand Up @@ -136,7 +136,7 @@ cd ./app; live-server;
webdriver-manager start
```

>This will start up a Selenium Server and will output a bunch of info logs. Your Protractor test
> This will start up a Selenium Server and will output a bunch of info logs. Your Protractor test
will send requests to this server to control a local browser. You can see information about the
status of the server at `http://localhost:4444/wd/hub`. If you see errors, verify path in
`e2e-tests/protractor.conf.js` for `chromeDriver` and `seleniumServerJar` to your local file system.
Expand Down Expand Up @@ -196,7 +196,7 @@ etc to function properly when an html page is opened via `file://` scheme instea

### Running the App during Development

The angular-seed project comes pre-configured with a local development web server. It is a node.js
The angular-seed project comes pre-configured with a local development web server. It is a node.js
tool called [http-server][http-server]. You can install http-server globally:

```
Expand Down

0 comments on commit df675bd

Please sign in to comment.