Index: impl/memory/README.md |
diff --git a/impl/memory/README.md b/impl/memory/README.md |
index 05ee29bf998d72ff325cb16171ed733e5446e71d..0463c9fccebb8b233b043cb369b4b6b01a2924c4 100644 |
--- a/impl/memory/README.md |
+++ b/impl/memory/README.md |
@@ -27,7 +27,7 @@ compared only using `bytes.Compare` (aka `memcmp`). This doc will assume that |
you're familiar with those encodings, but will point out where we diverge from |
the stock encodings. |
-All encoded Property values used in gkvlite Keys (i.e. index rows) are |
+All encoded Property values used in memory store Keys (i.e. index rows) are |
serialized using the settings `serialize.WithoutContext`, and |
`datastore.ShouldIndex`. |