From 712a4c6c572c2b1b08d446c147c124f8947fd499 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Thu, 28 Aug 2025 20:58:25 -0500 Subject: [PATCH] docs: further clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd6001e..950fc51 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Investbrain is a smart open-source investment tracker that helps you manage, tra ## Under the hood -Investbrain is a Laravel PHP web application that has an extensible market data provider interface. Out of the box, we feature many market data providers. But intrepid developers can create their own providers! We also offer integrations with OpenAI and Ollama for our ["chat with your holdings"](#chat-with-your-holdings) capability. Finally, of course we have robust support for i18n, a11y, and dark mode. +Investbrain is a Laravel PHP web application that has an extensible market data provider interface. Out of the box, we feature many market data providers. But intrepid developers can [create their own providers](#custom-providers)! We also offer integrations with OpenAI and Ollama for our ["chat with your holdings"](#chat-with-your-holdings) capability. Finally, of course we have robust support for i18n, a11y, and dark mode. ## Self hosting