Skip to content

Commit

Permalink
Small change to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftrudeau committed Jan 24, 2011
1 parent 31d36ee commit 7afcb7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -10,8 +10,8 @@ Copyright (C) Jeff Trudeau
Supports one translation (.po) file per language, which should be placed in the po/ directory and
appropriately named, e.g., 'po/en-US.po'.

Include the i18n.js script from your page and use the String class' i18n() prototype method, for
example:
Download the repository and include the i18n.js script in your page, then use the String class'
i18n() prototype method, for example:

<script type="text/javascript" src="http://sub.domain.com/path/to/i18njs/i18n.js"></script>
<script type="text/javascript">
Expand Down

0 comments on commit 7afcb7f

Please sign in to comment.