diff --git a/README.md b/README.md index 687fc9d..ae5a097 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ByteStash is a self-hosted web application designed to store, organize, and mana ## Features - Create and Edit Snippets: Easily add new code snippets or update existing ones with an intuitive interface. - Filter by Language and Content: Quickly find the right snippet by filtering based on programming language or keywords in the content. -- Secure Storage: All snippets are securely stored in a PostgreSQL database, ensuring your code remains safe and accessible only to you. +- Secure Storage: All snippets are securely stored in a sqlite database, ensuring your code remains safe and accessible only to you. ## Tech Stack - Frontend: React, Tailwind CSS