Skip to content

Commit

Permalink
Fixed links to mongodb, nodejs and angularjs sites
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Freeman committed Feb 20, 2013
1 parent fa87455 commit 03b2a0c
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 @@ -12,9 +12,9 @@ We've learned a lot while using and supporting AngularJS on the [mailing list](h

## Stack

* Persistence store: [MongDB](www.mongodb.org/) hosted on [MongoLab](https://mongolab.com/)
* Backend: [Node.js](nodejs.org/)
* Awesome [AngularJS](www..angularjs.org/) on the client
* Persistence store: [MongDB](http://www.mongodb.org/) hosted on [MongoLab](https://mongolab.com/)
* Backend: [Node.js](http://nodejs.org/)
* Awesome [AngularJS](http://www.angularjs.org/) on the client
* CSS based on [Twitter's bootstrap](http://twitter.github.com/bootstrap/)

### Build
Expand Down Expand Up @@ -149,4 +149,4 @@ You can have grunt (testacular) continuously watch for file changes and automati
* Run `grunt test-watch`.
* Open one or more browsers and point them to [http://localhost:8080/__testacular/].
* Each time a file changes the tests will be run against each browser.
* Each time a file changes the tests will be run against each browser.

0 comments on commit 03b2a0c

Please sign in to comment.