diff --git a/README.md b/README.md index 2f6e6e7d..87f1c60c 100644 --- a/README.md +++ b/README.md @@ -43,18 +43,18 @@ Apache Commons CSV =================== -The Apache Commons CSV library provides a simple interface for reading and writing -CSV files of various types. - [![Build Status](https://travis-ci.org/apache/commons-csv.svg?branch=master)](https://travis-ci.org/apache/commons-csv) -[![Coverage Status](https://coveralls.io/repos/github/apache/commons-csv/badge.svg?branch=master)](https://coveralls.io/github/apache/commons-csv?branch=master) +[![Coverage Status](https://coveralls.io/repos/apache/commons-csv/badge.svg?branch=master)](https://coveralls.io/r/apache/commons-csv) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/) [![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) +The Apache Commons CSV library provides a simple interface for reading and writing +CSV files of various types. + Documentation ------------- -More information can be found on the [homepage](https://commons.apache.org/proper/commons-csv). +More information can be found on the [Apache Commons CSV homepage](https://commons.apache.org/proper/commons-csv). The [JavaDoc](https://commons.apache.org/proper/commons-csv/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons CSV should be posted to the [user mailing list][ml]. @@ -68,14 +68,14 @@ Alternatively you can pull it from the central Maven repositories: org.apache.commons commons-csv - 1.4 + 1.5 ``` Contributing ------------ -We accept PRs via github. The [developer mailing list][ml] is the main channel of communication for contributors. +We accept Pull Requests via GitHub. The [developer mailing list][ml] is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us: + No tabs! Please use spaces for indentation. + Respect the code style. @@ -87,7 +87,9 @@ You can learn more about contributing via GitHub in our [contribution guidelines License ------- -Code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0.txt). +This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0). + +See the `NOTICE.txt` file for required notices and attributions. Donations --------- @@ -97,8 +99,8 @@ Additional Resources -------------------- + [Apache Commons Homepage](https://commons.apache.org/) -+ [Apache Bugtracker (JIRA)](https://issues.apache.org/jira/) ++ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/CSV) + [Apache Commons Twitter Account](https://twitter.com/ApacheCommons) -+ #apachecommons IRC channel on freenode.org ++ `#apache-commons` IRC channel on `irc.freenode.org` [ml]:https://commons.apache.org/mail-lists.html