diff --git a/README.md b/README.md index 3ddccdc4..ef752108 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ c8 uses [bleeding edge Node.js features](https://github.com/nodejs/node/pull/22527), make sure you're running Node.js `>= 10.10.0`. -## Goals of Project +## Goals of the Project A fully functional code coverage solution using only V8's native coverage -features and minimal user-land modules: +features and minimal user-land modules, so that we fit these constraints: -* no parsing of JavaScript code. -* no mucking with Node.js' runtime environment. \ No newline at end of file +* No parsing of JavaScript code. +* No mucking with Node.js' runtime environment. \ No newline at end of file