Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/0ctave/node-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Bogdanov committed Feb 11, 2013
2 parents 5c88e9b + 4a9dbf0 commit c1f1e46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -3,8 +3,6 @@ node-sync is a simple library that allows you to call any asynchronous function

It built on [node-fibers](https://github.com/laverdet/node-fibers) library as a multithreading solution.

You may also like [fibers-promise](https://github.com/lm1/node-fibers-promise) and [node-fiberize](https://github.com/lm1/node-fiberize) libraries.

# Examples
Simply call asynchronous function synchronously:

Expand Down Expand Up @@ -211,4 +209,4 @@ and then

```bash
$ node your_file_using_sync.js
```
```

0 comments on commit c1f1e46

Please sign in to comment.