From 0baecaefaf2f895c6eb6ac81c32f1f1da7e18feb Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Fri, 6 Sep 2024 19:53:10 -0500 Subject: [PATCH] add sqlite back to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd46f0a..a5726ad 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Investbrain helps you manage and track the performance of your investments. ## Under the hood -Investbrain is a Laravel PHP web application that leverages the Livewire and Mary UI frameworks for its frontend. Out of the box, we feature two market data providers: Yahoo Finance and Alpha Vantage. But we also offer an extensible market data provider interface for intrepid developers to create their own! We also have robust support for i18n, a11y, and dark mode. +Investbrain is a Laravel PHP web application that leverages Livewire, Mary UI, and Tailwind for its frontend. Most databases should work, including MySQL and SQLite. Out of the box, we feature two market data providers: Yahoo Finance and Alpha Vantage. But we also offer an extensible market data provider interface for intrepid developers to create their own! Finally, of course we have robust support for i18n, a11y, and dark mode. ## Installation @@ -30,7 +30,7 @@ Then, build the Docker image and bring up the container (this will take a few mi docker compose up ``` -In the previous setep, all of the default configurations are set automatically. This includes creating a .env file and setting the required Laravel `APP_KEY`. +In the previous step, all of the default configurations are set automatically. This includes creating a .env file and setting the required Laravel `APP_KEY`. If everything worked as expected, you should now be able to access Investbrain in the browser at: