From 01fa0b171e3730a8d7edbabcda6b5d65c25b18da Mon Sep 17 00:00:00 2001 From: Olasoji Denloye Date: Fri, 28 Aug 2020 16:25:25 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44d384a..1e8dae6 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ # Low Level Persistence Library # ## OVERVIEW ## -The Low Level Persistence Library offers access to persistent memory using `MemoryBlocks` allocated from -a persistent Heap. +The Low Level Persistence Library offers access to blocks of persistent memory allocated on +a persistent heap. This Java library uses the Persistent Memory Development Kit (PMDK). For more information on PMDK, please visit http://pmem.io and https://github.com/pmem/pmdk.