diff --git a/README.md b/README.md index b22a246..59c628c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ meteor add meteorhacks:async > Available in the Server Side only Meteor APIs are executed synchronously. Most of the NodeJS modules works asynchronously. -So we need a way to bride the gap. Async Utilities comes to rescue you. +So we need a way to bridge the gap. Async Utilities comes to rescue you. ### Async.runSync(function)