**chore: update image path in README and bump version to 0.9.4**
### Changes: - **README.md**: - Replaced image URL for `Brainy Logo` with a relative path (`./brainy.png`) for improved portability
This commit is contained in:
parent
b102cae81f
commit
3e8281a2c9
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="https://github.com/soulcraft-research/brainy/blob/d8a572baaf1b3599487ae455dd40e25265b977e4/brainy.png" alt="Brainy Logo" width="200"/>
|
<img src="./brainy.png" alt="Brainy Logo" width="200"/>
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
|
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
* Do not modify this file directly.
|
* Do not modify this file directly.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export const VERSION = '0.9.3';
|
export const VERSION = '0.9.4';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue