update index.html

Commit fce3702 · patx · 2025-02-09T17:02:59-05:00

Changeset
fce370244ce749d88a1e2395b66219e347a30d7f
Parents
8dcead8ec917b841ca07456fe1bf1490030a3bfc

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/docs/index.html b/docs/index.html
index ff6af77..2e5fb12 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -108,7 +108,7 @@
         <div class="logo">
             <img src="logo.png" alt="pickleDB logo">
         </div>
-        <p><strong>pickleDB is a lightweight, simple and fast Python key-value store.</strong>
+        <p><strong>pickleDB is a lightweight, simple and fast Python key-value store with asynchronous support.</strong>
         It is built with the <a href="https://pypi.org/project/orjson/">orjson</a> module for extremely high performance and was inspired by <a href="http://redis.io/">Redis</a>. It is licensed under the BSD three-clause license.</p>