From 53b221f80c4bf25c5de90dcbe4f52b5be0e4095b Mon Sep 17 00:00:00 2001 From: Aditya Gupta Date: Thu, 9 Jul 2026 04:54:37 +0530 Subject: [PATCH] docs: logo path fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75a0f09..64c4f77 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Omnia Logo](./docs/assets/img/logo.png) +![Omnia Logo](web/docs/src/assets/img/logo.png) An LLM-assisted narrative simulation engine where the world state lives outside the model, characters act through intents that get validated and applied by engine code, and each character's knowledge, memory, and emotional state are subjective and partial by construction.