From e6791f8cb80dc984cd64d83539c3a1bf3e2c1429 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Tue, 29 Jul 2025 19:11:34 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35d7e53..e36a1cf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![beenvoice Logo](public/beenvoice-logo.png) + # beenvoice - Invoicing Made Simple A modern, professional invoicing application built for freelancers and small businesses. beenvoice provides a clean, efficient way to manage clients and create professional invoices with ease. @@ -44,7 +46,7 @@ A modern, professional invoicing application built for freelancers and small bus ```bash # Using Bun (recommended) bun install - + # Or using npm npm install ``` @@ -53,7 +55,7 @@ A modern, professional invoicing application built for freelancers and small bus ```bash cp .env.example .env.local ``` - + Edit `.env.local` and add your configuration: ```env DATABASE_URL="file:./db.sqlite"