Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Poberezkin committed Sep 4, 2014
1 parent 7215d82 commit a47c758
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ milo(function () {

### Note on runtime parameter type checking

Milo uses check module (`milo.util.check` - forked from check package of Meteor framework) for runtime checking of parameter types. It is highly recommended to switch off this checks using: `milo.config({ check: false })`.
Milo uses check module (`milo.util.check` - forked from check package of [Meteor framework](https://www.meteor.com/)) for runtime checking of parameter types. It is highly recommended to switch off this checks using: `milo.config({ check: false })`.

Depending on your application, it can improve performance more than twice.


Expand Down

0 comments on commit a47c758

Please sign in to comment.