Skip to content

Commit

Permalink
fix(docs): fix nitpicks raised in review
Browse files Browse the repository at this point in the history
  • Loading branch information
profnandaa committed Sep 22, 2018
1 parent ce29e67 commit 3e54b3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -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 parsing of JavaScript code.
* No mucking with Node.js' runtime environment.

0 comments on commit 3e54b3b

Please sign in to comment.