Browse Source

Tweak wording in README.

Mark Story 11 years ago
parent
commit
9e9d280ffb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/I18n/README.md

+ 1 - 1
src/I18n/README.md

@@ -8,7 +8,7 @@ ouput dates, currencies and any numbers in the right format for the specified lo
 
 ## Usage
 
-The `I18n` class uses internally the [Aura.Intl](https://github.com/auraphp/Aura.Intl) library.
+Internally, the `I18n` class uses [Aura.Intl](https://github.com/auraphp/Aura.Intl).
 Getting familiar with it, will help you understand how to build and manipulate translation bundles
 should you wish to create them manually instead of using the conventions this library uses.