Skip to content

Commit

Permalink
Fix typo's re browser-build in Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 11, 2015
1 parent 8d95740 commit 8bcaed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ The above would create a version of **franc** with support for any language with
I’ve compiled three versions of **franc** for use in the browser. They’re [UMD](http://ryanflorence.com/2013/es6-modules-and-browser-app-delivery/) compliant: they work with [AMD](https://github.com/amdjs/amdjs-api/blob/master/AMD.md), [CommonJS](http://www.commonjs.org), and `<script>`s.

- [dist/franc.js](dist/franc.js)**franc** with support for languages with 8 million or more speakers (75 languages);
- [dist/franc-most.js](dist/franc-most.js)**franc** with support for languages with more 100,000 or more speakers (175 languages, the same as the [node or component](Supported-Languages.md) version);
- [dist/franc-all.js](dist/franc-all.js)**franc** with support for languages all languages (335 languages, carful, huge!).
- [dist/franc-most.js](dist/franc-most.js)**franc** with support for languages with 1 million or more speakers (175 languages, the same as the [Node or Component](Supported-Languages.md) version);
- [dist/franc-all.js](dist/franc-all.js)**franc** with support for all languages (335 languages, carful, huge!).

## Benchmark

Expand Down

0 comments on commit 8bcaed3

Please sign in to comment.