From 3e54b3b2e6f07094126aa7d0fd64b3eafbb749ce Mon Sep 17 00:00:00 2001 From: Anthony Nandaa Date: Sun, 23 Sep 2018 01:58:20 +0300 Subject: [PATCH] fix(docs): fix nitpicks raised in review --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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