Skip to content

Commit

Permalink
Merge pull request #109 from yagoferrer/yago/typos
Browse files Browse the repository at this point in the history
(docs) Fixed typos
  • Loading branch information
Zizzamia committed Mar 10, 2015
2 parents f2711c9 + 9d9e557 commit 921e7d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ angular.module('myApp', ['ngTasty']);


## Development
For running the dev enviroment you just need install
For running the dev environment you just need install
all the dependencies by `npm`, the [node package manager][npm-site].

```
npm install -g gulp
npm install
```

Run dev enviroment, it's a watch script with several task running
Run dev environment, it's a watch script with several task running
like jshint, html2js, build and unit test on the js build files.
```
gulp build
Expand All @@ -44,7 +44,7 @@ gulp watch

#### Run demo app

We have preconfigured the demo with a simple development web server.
We have pre-configured the demo with a simple development web server.
The simplest way to start this server is:

```
Expand Down

0 comments on commit 921e7d2

Please sign in to comment.