diff --git a/apidoc/html/index.html b/apidoc/html/index.html
index 2b2997e..09f572e 100644
--- a/apidoc/html/index.html
+++ b/apidoc/html/index.html
@@ -150,9 +150,9 @@
Related links
- Redis commands (reference documentation)
-- SMA eXchange (SMA-X) – A structured realtime database built on Redis, and based on RedisX
+- SMA eXchange (SMA-X) – A structured realtime database built on Redis.
diff --git a/doc/README.md b/doc/README.md
index f80475d..7117575 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -52,9 +52,10 @@ Before then the API may undergo slight changes and tweaks. Use the repository as
- [Redis commands](https://redis.io/docs/latest/commands/) (reference documentation)
- [SMA eXchange (SMA-X)](https://docs.google.com/document/d/1eYbWDClKkV7JnJxv4MxuNBNV47dFXuUWu7C4Ve_YTf0/edit?usp=sharing)
- -- A structured realtime database built on Redis, and based on __RedisX__
+ -- A structured realtime database built on Redis.
* [Smithsonian/smax-server](https://github.com/Smithsonian/smax-server) -- SMA-X server configuration kit
- * [Smithsonian/smax-clib](https://github.com/Smithsonian/smax-clib) -- A C/C++ client library and toolkit to SMA-X
+ * [Smithsonian/smax-clib](https://github.com/Smithsonian/smax-clib) -- A C/C++ client library and toolkit to SMA-X,
+ based on __RedisX__
* [Smithsonian/smax-python](https://github.com/Smithsonian/smax-python) -- A Python 3 client library to SMA-X
-----------------------------------------------------------------------------