Skip to content

Commit

Permalink
docs(project): fix dependencies' links
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Sep 7, 2015
1 parent 3a21d03 commit e6e9a08
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 @@ -6,9 +6,9 @@
Need support for multiple languages/locales in your project? This module adds several helpers to Handlebars to extend it to help you accomplish exactly this. It can format dates, numbers, money and "translate" texts. Next to that it will help you load the locale file (async) when changing the language setting.

The module uses the following modules to achieve all of this:
- accounting: http://josscrowcroft.github.io/accounting.js/
- moment: http://momentjs.com/
- node-polyglot: https://github.com/ricardobeat/node-polyglot
- [`accounting`](http://openexchangerates.github.io/accounting.js/)
- [`moment`](http://momentjs.com/)
- [`node-polyglot`](http://airbnb.github.com/polyglot.js)

## Installation:
The module is available in the global NPM:
Expand Down

0 comments on commit e6e9a08

Please sign in to comment.