Skip to content

Commit 45c1fbe

Browse files
committed
Updated README
1 parent 042199f commit 45c1fbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ go-carpet - show test coverage for Go source files
99

1010
To view the test coverage in the terminal, just run go-carpet.
1111

12-
It works not only in the directory GOPATH. And it works recursively for multiple packages.
12+
It works outside of the directory GOPATH. And it works recursively for multiple packages.
1313

1414
With -256colors option, shades of green indicate the level of coverage.
1515

16+
By default skip vendor directories (Godeps,vendor), otherwise use -include-vendor option.
17+
1618
Install
1719
-------
1820

0 commit comments

Comments
 (0)