Skip to content

Commit 643e1a5

Browse files
committed
chore(doc): Fix readme for attribute not attributes
1 parent c04da1e commit 643e1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ You can ignore a method or an entire class from code coverage by creating and ap
156156
You can also ignore additional attributes by using the `ExcludeByAttribute` property (short name or full name supported):
157157
158158
```bash
159-
coverlet <ASSEMBLY> --target <TARGET> --targetargs <TARGETARGS> --exclude-by-attributes "Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute"
159+
coverlet <ASSEMBLY> --target <TARGET> --targetargs <TARGETARGS> --exclude-by-attribute "Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute"
160160
```
161161
162162
##### Source Files

0 commit comments

Comments
 (0)