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