diff --git a/README.md b/README.md
index 9821fa5..a2c88af 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
### A clean, simple [typescript](https://www.typescriptlang.org/) starter for building javascript libraries and Node.js applications.
-
+
## Start Now
@@ -71,7 +71,8 @@ This starter includes a watch task which makes development faster and more inter
The watch task will build and watch the entire project for changes (to both the library source files and test source files). As you develop, you can add tests for new functionality – which will initially fail – before developing the new functionality. Each time you save, any changes will be rebuilt and retested.
-
+
+
Since only changed files are rebuilt and retested, this workflow remains fast even for large projects.