From b47ab9369bd1902a3a1d71d1a49e462edbfcd706 Mon Sep 17 00:00:00 2001 From: Sebastian Celis Date: Tue, 5 Apr 2016 07:45:49 -0500 Subject: [PATCH] Improve tags section. This fixes #152. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f88d759..cefe471 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Twine supports [`printf` style placeholders][printf] with one peculiarity: `@` i ### Tags -Tags are used by Twine as a way to only work with a subset of your definitions at any given point in time. Each definition can be assigned zero or more tags which are separated by commas. Tags are optional, though highly recommended. You can get a list of all definitions currently missing tags by executing the [`validate-twine-file`](#validate-twine-file) command. +Tags are used by Twine as a way to only work with a subset of your definitions at any given point in time. Each definition can be assigned zero or more tags which are separated by commas. Tags are optional, though highly recommended. You can get a list of all definitions currently missing tags by executing the [`validate-twine-file`](#validate-twine-file) command with the `--pedantic` option. ### Whitespace