From cd4c8325f0e3f8316e644c3eba9b175197752a4b Mon Sep 17 00:00:00 2001 From: Samrith Shankar Date: Thu, 6 Dec 2018 04:10:55 +0530 Subject: [PATCH 1/2] Add Concurrent Tasks to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3911794..14df326 100644 --- a/README.md +++ b/README.md @@ -2405,3 +2405,4 @@ A curated list of awesome JavaScript frameworks, libraries and software. * [bestiejs/benchmark.js](https://github.com/bestiejs/benchmark.js) - A benchmarking library. As used on jsPerf.com. * [xoxco/jQuery-Tags-Input](https://github.com/xoxco/jQuery-Tags-Input) - Magically convert a simple text input into a cool tag list with this jQuery plugin. * [scripted-editor/scripted](https://github.com/scripted-editor/scripted) - The Scripted code editor +*[concurrent-tasks](https://github.com/samrith-s/concurrent-tasks) - A simple task runner which will run all tasks till completion, while maintaining concurrency limits. From 7956ec4b5d74e792d468c28e895869da98e7f960 Mon Sep 17 00:00:00 2001 From: Samrith Shankar Date: Thu, 6 Dec 2018 04:13:16 +0530 Subject: [PATCH 2/2] Fix error in markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14df326..a91cc23 100644 --- a/README.md +++ b/README.md @@ -2405,4 +2405,4 @@ A curated list of awesome JavaScript frameworks, libraries and software. * [bestiejs/benchmark.js](https://github.com/bestiejs/benchmark.js) - A benchmarking library. As used on jsPerf.com. * [xoxco/jQuery-Tags-Input](https://github.com/xoxco/jQuery-Tags-Input) - Magically convert a simple text input into a cool tag list with this jQuery plugin. * [scripted-editor/scripted](https://github.com/scripted-editor/scripted) - The Scripted code editor -*[concurrent-tasks](https://github.com/samrith-s/concurrent-tasks) - A simple task runner which will run all tasks till completion, while maintaining concurrency limits. +* [concurrent-tasks](https://github.com/samrith-s/concurrent-tasks) - A simple task runner which will run all tasks till completion, while maintaining concurrency limits.