From 557c46b8dd0c80be90fdce8427edf75573377522 Mon Sep 17 00:00:00 2001 From: Tom Vincent Date: Tue, 18 Aug 2015 13:58:38 +0100 Subject: [PATCH] docs(readme): enhance plugin section grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a02b6543..f3cc84c4 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ _A few notes on `npm` config_: ## Plugins -There are four steps where you can customize the `semantic-release` behavior using plugins. A plugin is a regular [option](#options), but inside the `package.json` you can pass additional config. +There are numerous steps where you can customize `semantic-release`'s behaviour using plugins. A plugin is a regular [option](#options), but passed inside the `release` block of `package.json`: ```json {