Skip to content

Commit 9877046

Browse files
committed
Small updates
1 parent d949b0c commit 9877046

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ You may use this software under the MIT License.
1111
You may contribute to this software under the [Dojo CLA](http://dojofoundation.org/about/cla).
1212

1313

14-
## Author
14+
## Original author
1515

1616
* Alex Sexton - [@SlexAxton](http://twitter.com/SlexAxton) - <http://alexsexton.com/>
1717

18-
## Major Contributors
18+
## Major contributor
1919

2020
* Eemeli Aro - [@eemeli](http://twitter.com/eemeli_aro) - <https://github.com/eemeli>
2121

build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ With default options, compiled messageformat functions are available through the
7575
```
7676
will log `"Your 3 messages go here."`
7777

78-
A working example is available [here](https://github.com/SlexAxton/messageformat.js/tree/master/example).
78+
A working example is available [here](http://rawgit.com/SlexAxton/messageformat.js/master/example/index.html).

index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
layout: page
2+
layout: default
3+
title: Home
34
---
45

56
The experience and subtlety of your program's text can be important. MessageFormat is a mechanism for handling both **pluralization** and **gender** in your applications. It can also lead to much better translations, as it's designed to support [all the languages](http://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html) included in the [Unicode CLDR](http://cldr.unicode.org/).
@@ -77,7 +78,7 @@ var MessageFormat = require('messageformat');
7778
var mf = new MessageFormat('en');
7879
```
7980

80-
### Browser
81+
### Bower
8182
```
8283
bower install messageformat
8384
```

0 commit comments

Comments
 (0)