From 473b840c5b71b7c621324ae32bf02d262e5d0823 Mon Sep 17 00:00:00 2001 From: ssube Date: Sun, 10 Nov 2019 07:01:39 -0600 Subject: [PATCH] consistent header tense --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c0f322f..d198e67 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ supports multiple documents per stream or file, inserting defaults, and other ma - [Coercing Values](#coercing-values) - [List Mode](#list-mode) - [Rules](#rules) - - [Enabling Rules](#enabling-rules) - - [Loading Rules](#loading-rules) + - [Enable Rules](#enable-rules) + - [Load Rules](#load-rules) - [Validate Rules](#validate-rules) - [License](#license) @@ -317,7 +317,7 @@ The rule's `select` expression is used to select nodes that should be validated, The structure of rule files and the rules within them [are documented here](docs/rules.md). -#### Enabling Rules +#### Enable Rules All rules are disabled by default and must be enabled by name, level, or tag. @@ -327,7 +327,7 @@ To enable a group of rules by level, `--include-level warn`. To enable a group of rules by tag, `--include-tag foo`. -#### Loading Rules +#### Load Rules Rules can be loaded from a file, module, or path.