From b6cacec4f8e58bd726fb7b0bdeecd4f18568d6eb Mon Sep 17 00:00:00 2001 From: David Snelling Date: Mon, 23 Jun 2025 10:59:27 -0700 Subject: [PATCH] **docs(readme): update asset URLs and example links** MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Changes: - **README.md**: - Replaced local image path for `Brainy Logo` with a GitHub raw URL to ensure accessibility in remote contexts. - Updated links to reference `demo` folder structure (`examples/simplified-augmentations.js` → `demo/simplified-augmentations.js`, `examples/demo.html` → `demo/index.html`). ### Purpose: Enhanced documentation by ensuring that assets and links are accessible remotely and aligned with the recent folder structure updates. Improved clarity and consistency with the updated demo setup. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3fd00a6e..f0476914 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-Brainy Logo +Brainy Logo

[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) @@ -862,7 +862,7 @@ The simplified augmentation system provides: 4. **Dynamic Loading** - Load augmentations at runtime when needed 5. **Static & Streaming Data** - Handle both static and streaming data with the same API -For a complete example, see [examples/simplified-augmentations.js](examples/simplified-augmentations.js). +For a complete example, see [examples/simplified-augmentations.js](demo/simplified-augmentations.js). ### Model Control Protocol (MCP) @@ -1174,7 +1174,7 @@ const id = await db.addToBoth('Deep learning is a subset of machine learning', { await db.shutDown() ``` -For a complete demonstration of Brainy's features, see the [demo page](examples/demo.html). +For a complete demonstration of Brainy's features, see the [demo page](demo/index.html). ## Requirements