You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2019/08/27 18:49:39 UTC

[incubator-datasketches-memory] branch master updated: Update Readme.md

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-memory.git


The following commit(s) were added to refs/heads/master by this push:
     new e62fb4a  Update Readme.md
e62fb4a is described below

commit e62fb4a233726cf7fca72eaaed72ffa20274dca3
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Tue Aug 27 11:49:30 2019 -0700

    Update Readme.md
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a96161d..0ee9077 100644
--- a/README.md
+++ b/README.md
@@ -24,8 +24,8 @@
 
  =================
 
-# DataSketches Memory
- The goal of this package is to provide high performance access to native memory for primitives
+# DataSketches Memory Component
+ The goal of this component of the library is to provide high performance access to native memory for primitives
  and primitive arrays. It also provides consistent views into heap-based arrays,
  Java ByteBuffers and memory mapped files. This package is general purpose, has minimal external
  runtime dependencies and can be used in any application that needs to manage data structures outside
@@ -41,7 +41,7 @@
 
 ## [Latest Release](https://github.com/apache/incubator-datasketches-memory/releases)
 
-## [Comments](https://groups.google.com/forum/#!forum/sketches-user)
+## [Forum](https://groups.google.com/forum/#!forum/sketches-user)
 
 
 ## Note: This package can only be compiled using Java 1.8.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org