Skip to content

Commit

Permalink
Merge pull request #433 from Claudenw/patch-1
Browse files Browse the repository at this point in the history
[DATASKETCHES-13] Update README.md
  • Loading branch information
AlexanderSaydakov authored Jun 18, 2024
2 parents 76edd74 + 867e191 commit de87c6b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ This is the core C++ component of the Apache DataSketches library. It contains

This component is also a dependency of other components of the library that create adaptors for target systems, such as PostgreSQL.

Note that we have a parallel core component for Java implementations of the same sketch algorithms,
[datasketches-java](https://github.com/apache/datasketches-java).
Note that we have a parallel core component for [Java]((https://github.com/apache/datasketches-java) and [Python]((https://github.com/apache/datasketches-python) implementations of the same sketch algorithms.

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

Expand Down Expand Up @@ -104,4 +103,4 @@ from GitHub using CMake's `ExternalProject` module. The code would look somethin
target_include_directories(my_dependent_target
PRIVATE ${datasketches_INSTALL_DIR}/include/DataSketches)
add_dependencies(my_dependent_target datasketches)
```
```

0 comments on commit de87c6b

Please sign in to comment.