Skip to content

Commit 1c7258a

Browse files
author
Steve Peak
authored
Merge pull request #2 from ajs6f/patch-1
Correcting typo
2 parents e06fa08 + e91dd49 commit 1c7258a

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
@@ -4,7 +4,7 @@
44
1. Add `cobertura-maven-plugin` plugin to your pom.xml file, [see here](https://github.com/codecov/example-java-maven/blob/master/pom.xml#L47-L58)
55
1. Call `mvn cobertura:cobertura` during your CI tests, [see here](https://github.com/codecov/example-java-maven/blob/master/.travis.yml#L4)
66
1. Call `bash <(curl -s https://codecov.io/bash)` at the end of your CI build, [see here](https://github.com/codecov/example-java-maven/blob/master/.travis.yml#L7)
7-
- Using Travis CI, CircleCI or AppVeyor **AND** the repository is public? **Your done!** No token needed.
7+
- Using Travis CI, CircleCI or AppVeyor **AND** the repository is public? **You're done!** No token needed.
88
- Otherwise, please add your [repository token token][5].
99

1010
> Other Examples

0 commit comments

Comments
 (0)