From 1cff72694b02f4615fb882ab552639b8405a5559 Mon Sep 17 00:00:00 2001 From: Grant Murphy Date: Tue, 26 Jul 2016 21:53:45 -0700 Subject: [PATCH] Fix exclude documentation Closes issue #17 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 406571b..1b97cc4 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Gas will ignore paths that match a supplied pattern via Multiple patterns can be specified as follows: ``` -$ gas -exclude tests* -exclude *_example.go ./... +$ gas -exclude=tests* -exclude=*_example.go ./... ``` #### Annotating code