From 3f569a06845e5833d900afb69703675f5f564e6c Mon Sep 17 00:00:00 2001 From: Keith Pitt Date: Wed, 14 Mar 2018 13:18:10 +0800 Subject: [PATCH] Updated README to include a null config for this plugin --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d27f58..cc520cb 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # Clown Detection Buildkite Plugin -A [Buildkite](https://buildkite.com/) plugin for detecting whether your code has any clowns in it. +A [Buildkite](https://buildkite.com/) plugin for detecting whether your code has any clowns in it. ## Example ```yml steps: - plugins: - detect-clowns#v1.0.0 + detect-clowns#v1.0.0: ~ ``` ## License -MIT (see [LICENSE](LICENSE)) \ No newline at end of file +MIT (see [LICENSE](LICENSE))