Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Bogdanov committed Feb 11, 2013
1 parent 3219b5c commit 4a9dbf0
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 4a9dbf0

Please sign in to comment.