From 139da5167d4b404d79563e4f1f75e18931566fa4 Mon Sep 17 00:00:00 2001 From: ssube Date: Wed, 18 Sep 2019 06:08:42 -0500 Subject: [PATCH] fix(docs): more consistent tense --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f258b88..896788f 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,11 @@ This project contains the base configuration and build scripts for most of my Ty - publish docker images from branches & tags - publish npm packages from tags - bundled with `rollup` -- type checking with `typescript` -- style checking with `tslint` (and plugins) -- tested with `mocha` (with source map supports and helpers for async leak tracking) -- code coverage with `nyc` -- changelog with `standard-release` +- type checked with `typescript` +- style checked with `tslint` (and plugins) +- tested with `mocha` (with source map support and helpers for async leak tracking) +- code coverage measured with `nyc` +- changelog generated with `standard-release` ### Intentionally Omitted Features @@ -73,7 +73,7 @@ Once your project is set up: - commit - `make git-push` -The `git-push` target pushed to Github first, to avoid conflicts with changes from bots and other contributors. +The `git-push` target pushes to Github first, to avoid conflicts with changes from bots and other contributors. ### To Release