Skip to content

Commit 7ec20da

Browse files
authored
Update README.md
1 parent 4dd5136 commit 7ec20da

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,23 @@
2020
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.datasketches/datasketches-java/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.datasketches/datasketches-java)
2121
[![Coverage Status](https://coveralls.io/repos/github/apache/datasketches-java/badge.svg)](https://coveralls.io/github/apache/datasketches-java)
2222

23-
=================
23+
-----------------
24+
25+
# Apache® DataSketches™ Core Java Library Component
2426

25-
# Apache<sup>&reg;</sup> DataSketches&trade; Core Java Library Component
2627
This is the core Java component of the DataSketches library. It contains all of the sketching algorithms and can be accessed directly from user applications.
2728

2829
This component is also a dependency of other components of the library that create adaptors for target systems, such as the [Apache Pig adaptor](https://github.com/apache/datasketches-pig), the [Apache Hive adaptor](https://github.com/apache/datasketches-hive), and others.
2930

30-
Note that we have parallel core library components for C++, Python and GO implementations of many of the same sketch algorithms:
31+
Note that we have parallel core library components for C++, Python, and GO implementations of many of the same sketch algorithms:
3132

32-
- [datasketches-cpp](https://github.com/apache/datasketches-cpp),
33-
- [datasketches-python](https://github.com/apache/datasketches-python),
34-
- [datasketches-go](https://github.com/apache/datasketches-go).
33+
- [datasketches-cpp](https://github.com/apache/datasketches-cpp)
34+
- [datasketches-python](https://github.com/apache/datasketches-python)
35+
- [datasketches-go](https://github.com/apache/datasketches-go)
3536

3637
Please visit the main [DataSketches website](https://datasketches.apache.org) for more information.
3738

38-
If you are interested in making contributions to this site please see our [Community](https://datasketches.apache.org/docs/Community/) page for how to contact us.
39+
If you are interested in making contributions to this site, please see our [Community](https://datasketches.apache.org/docs/Community/) page for how to contact us.
3940

4041

4142
## Build & Runtime Dependencies
@@ -76,7 +77,7 @@ This will create the following jars:
7677

7778
### SpotBugs
7879

79-
* Make sure you configure SpotBugs with the /tools/FindBugsExcludeFilter.xml file. Otherwise, you may get a lot of false positive or low risk issues that we have examined and eliminated with this exclusion file.
80+
* Make sure you configure SpotBugs with the `/tools/FindBugsExcludeFilter.xml` file. Otherwise, you may get a lot of false positive or low risk issues that we have examined and eliminated with this exclusion file.
8081

8182
### Checkstyle
8283

0 commit comments

Comments
 (0)