Skip to content

Commit 67fb97a

Browse files
committed
update readme.md
1 parent c074a88 commit 67fb97a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Codecov's Java Example
2-
======================
1+
Codecov Java Example
2+
====================
33

44
| [https://codecov.io][1] | [@codecov][2] | [[email protected]][3] |
55
| ----------------------- | ------------- | --------------------- |
66

7-
This repository serves as an **Example** on how to use [Codecov Global][4] for Java.
7+
This repository serves as an **example** on how to use [Codecov Global][4] for Java.
88

99
## Usage
1010

@@ -50,8 +50,6 @@ after_success:
5050

5151
Add to your `.travis.yml` file.
5252
```yml
53-
language:
54-
java
5553
env:
5654
global:
5755
- CODECOV_TOKEN=:uuid-repo-token
@@ -60,7 +58,7 @@ after_success:
6058
- bash <(curl -s https://codecov.io/bash)
6159
```
6260

63-
View source and lean more about [Codecov Global Uploader][4]
61+
View source and learn more about [Codecov Global Uploader][4]
6462

6563
[1]: https://codecov.io/
6664
[2]: https://twitter.com/codecov

0 commit comments

Comments
 (0)