From 92196bf2fb0f610a35eee4e5bbc1a30a21eb15f6 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 13 May 2018 07:52:26 -0400 Subject: [PATCH] Tweak README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e982a64..3fde950 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Parcel Redux is a bundler. But you'll never beat it. Why? - It's fully parallelized, so it can make the most of your cores. - It's minimal. It doesn't support plugins -Don't waste time waiting for your bundler to do its thing. Use Parcel Redux while you're developing, and **iterate to your heart's content**. Use your super-cool, magical, really slow bundler for releases, when you don't care how long it takes to run. +Don't waste time waiting for your bundler to do its thing. Use Parcel Redux while you're developing, and **iterate to your heart's content**. Use your super-cool, magical, slow-as-molasses bundler for releases, when you don't care how long it takes to run. # How do I get it?