diff --git a/README.md b/README.md index 4746ba5..5ad9885 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Builder ======= Builder takes your `npm` tasks and makes them composable, controllable from -a single point, and flexible. +a single point, and flexible. This is great for "monorepos". `npm` is fantastic for controlling tasks (via `scripts`) and general project workflows. But a project-specific `package.json` simply doesn't scale when