Update badges and descriptions in index.html

Commit 871f06f · Harrison Erd · 2026-01-06T03:04:35-05:00

Changeset
871f06f04b0c6a19959fea3d2e1565af5644ba3f
Parents
3e8c28937b4bbfeb51c03617f1a915a46a57017a

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 24ea934..0a9bbc4 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -853,9 +853,6 @@
     <header>
       <div class="badges">
         <a href="https://pypi.org/project/pickledb/">
-          <img src="https://patx.github.io/pickledb/logo.png" alt="pickleDB Logo">
-        </a>
-        <a href="https://pepy.tech/projects/pickledb">
           <img src="https://static.pepy.tech/badge/pickledb" alt="PyPI Downloads">
         </a>
         <a href="https://github.com/patx/pickledb">
@@ -996,12 +993,12 @@ asyncio.run(main())</code></pre>
           <tr>
             <td><strong>Best For</strong></td>
             <td>Single-threaded apps, scripts, fast prototypes</td>
-            <td>Multi-threaded/process apps, ASGI servers</td>
+            <td>Multi-threaded/process apps and scripts</td>
           </tr>
           <tr>
             <td><strong>Dependencies</strong></td>
             <td><code>orjson</code> and <code>aiofiles</code></td>
-            <td><code>orjson</code>, <code>aiofiles</code> and <code>aiosqlite</code></td>
+            <td><code>orjson</code>, <code>aiofiles</code> plus <code>aiosqlite</code></td>
           </tr>
         </tbody>
       </table>