Fix logo and badge URLs for npm display
- Use absolute GitHub raw URL for logo image - Update npm badges to use @soulcraft/brainy package name - Ensure proper display on npmjs.com
This commit is contained in:
parent
fe17c6cc63
commit
b4022dac6c
1 changed files with 4 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
# Brainy
|
||||
|
||||
<p align="center">
|
||||
<img src="brainy.png" alt="Brainy Logo" width="200">
|
||||
<img src="https://raw.githubusercontent.com/soulcraftlabs/brainy/main/brainy.png" alt="Brainy Logo" width="200">
|
||||
</p>
|
||||
|
||||
[](https://www.npmjs.com/package/brainy)
|
||||
[](https://www.npmjs.com/package/brainy)
|
||||
[](https://www.npmjs.com/package/@soulcraft/brainy)
|
||||
[](https://www.npmjs.com/package/@soulcraft/brainy)
|
||||
[](LICENSE)
|
||||
[](https://www.typescriptlang.org/)
|
||||
|
||||
|
|
@ -26,7 +26,7 @@ The industry's first truly zero-configuration AI database that combines vector s
|
|||
## ⚡ Quick Start
|
||||
|
||||
```bash
|
||||
npm install brainy
|
||||
npm install @soulcraft/brainy
|
||||
```
|
||||
|
||||
```javascript
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue