diff --git a/README.md b/README.md index 9217073..e92f863 100644 --- a/README.md +++ b/README.md @@ -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: @@ -211,4 +209,4 @@ and then ```bash $ node your_file_using_sync.js -``` \ No newline at end of file +```