diff --git a/readme.md b/readme.md index 62677b2..c23743e 100644 --- a/readme.md +++ b/readme.md @@ -309,7 +309,7 @@ - [Broccoli](https://github.com/broccolijs/broccoli) - Fast, reliable asset pipeline, supporting constant-time rebuilds and compact build definitions. - [Brunch](https://github.com/brunch/brunch) - Front-end web app build tool with simple declarative config, fast incremental compilation, and an opinionated workflow. - [strong-build](https://github.com/strongloop/strong-build) - Build a node app package and prepare to deploy it as a package to production or use git to commit to a deploy branch. -- [start](https://github.com/start-runner/start) - Simple tasks runner powered by composable functions and promise chaining. +- [Start](https://github.com/deepsweet/start) - Functional task runner with shareable presets. - [ygor](https://github.com/shannonmoeller/ygor) - Promising task runner for when `npm run` isn't enough and everything else is too much. - [grunt](http://gruntjs.com) - Task runner that can perform repetitive tasks like minification, compilation, unit testing, linting, etc. - [Fly](https://github.com/bucaran/fly) - Modern build system based in co-routines, generators and promises.