Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This is an opinionated sample setup of a Java project which uses:
* [Hogan.js](http://twitter.github.com/hogan.js/) for
[Mustache](http://mustache.github.com/) templates or [handlebars](http://handlebarsjs.com/), both can be
precompiled to JavaScript in production
* [Jasmine](http://pivotal.github.com/jasmine/) for tests
* [Jasmine](https://jasmine.github.io/) for tests
* [Sinon](http://sinonjs.org) for test spies, stubs and mocks
* [Saga](http://timurstrekalov.github.com/saga/) for code coverage
* [JSHint](http://www.jshint.com/) to detect problems and errors in the
Expand Down