patx/mongokv
update index.html to mention pymongo a in tag line
Commit 236e2bc · patx · 2025-12-13T03:23:23-05:00
Comments
No comments yet.
Diff
diff --git a/docs/index.html b/docs/index.html
index 09ca553..3166413 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -173,7 +173,7 @@
<div class="page">
<header>
<h1><span class="logo">mongoKV</span> <span class="pronounce">/ˈmɑːŋɡoʊ kiː ˈvæljuː/</span></h1>
- <p class="subtitle">Tiny async/sync key–value store on top of MongoDB.</p>
+ <p class="subtitle">Tiny async/sync key–value store on top of PyMongo.</p>
<p class="tagline">
<a href="https://github.com/patx/mongokv" target="_blank" rel="noopener noreferrer">GitHub</a>
·
@@ -186,7 +186,7 @@
<section class="section" style="border: 0px;">
<h2>User Guide</h2>
- <p><code>mongoKV</code> is a tiny key–value store wrapper around MongoDB.</p>
+ <p><code>mongoKV</code> is a tiny key–value store wrapper around MongoDB using PyMongo.</p>
<ul class="callout-list">
<li>One collection per instance, one document per key</li>
<li>Works synchronously and asynchronously with the same API</li>