patx/mongokv

add ipa to index.html

Commit d898671 · patx · 2025-12-12T22:36:02-05:00

Changeset
d8986714b78eb934aebb3de2aafec6f4639a6d95
Parents
e6dd422f9142a98e7ca5ed9230c6e0bd432a6ee9

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/README.md b/README.md
index 7887f3a..1995cc8 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-**mongoKV** is a unified sync + async key-value store backed by `pymongo` that 
+**mongoKV** is a unified sync + async key-value store backed by PyMongo that 
 provides a dead-simple Redis-like API (`set`, `get`, `remove`, etc). MongoDB 
 handles concurrency — safe across threads, processes, and ASGI workers.
 
diff --git a/docs/index.html b/docs/index.html
index 1d783aa..8faffbf 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -134,7 +134,7 @@
 <body>
   <div class="page">
     <header>
-      <h1>mongoKV</h1>
+      <h1>mongoKV <span style="font-color:light-grey; font-size:16px;">/ˈmɑːŋɡoʊ kiː ˈvæljuː/</span></h1>
       <p class="subtitle">Tiny async/sync key–value store on top of MongoDB.</p>
       <p class="tagline">
         <a href="https://github.com/patx/mongokv" target="_blank" rel="noopener noreferrer">GitHub</a>