Skip to content

Commit

Permalink
Improved README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavkovac committed Aug 19, 2017
1 parent 3dda198 commit 6dbc4d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Features:

# Setup

The supported method for using this library is trough the Swift Package manager, like this:
The supported method for using this library is trough the Swift Package Manager, like this:

```
import PackageDescription
Expand Down Expand Up @@ -62,10 +62,10 @@ Use the following syntax for defining localizations in the JSON file:
{
"title": "Hello Swift!",
"greeting.message": "Hi %{full-name}! How are your Swift skills today?",
"unread.messages": {
"one": "You have an unread message.",
"other": "You have %{count} unread messages."
}
"unread.messages": {
"one": "You have an unread message.",
"other": "You have %{count} unread messages."
}
}
```

Expand Down Expand Up @@ -117,7 +117,7 @@ Each language contains custom pluralization rules. Lingo currently implements ru
# Performance

I have made some test with a set of 1000 localization keys including pluralizations and the library was able to handle:
In tests with a set of 1000 localization keys including plural forms, the library was able to handle:

* ~ 1M non interpolated localizations per second or 0.001ms per key.
* ~ 110K interpolated localizations per second or 0.009ms per key.
Expand Down

0 comments on commit 6dbc4d9

Please sign in to comment.