**docs(readme): format live demo section and update .npmignore**
### Changes: - **README.md**: - Reformatted "Live Demo" and "Demo" sections for improved readability. - Adjusted line wrapping to enhance clarity and maintain consistent formatting. - **.npmignore**: - Allowed inclusion of `brainy.png` while preserving exclusions for other `.png` files. - **src/utils/version.ts**: - Bumped version from `0.9.0` to `0.9.1`. ### Purpose: Enhanced documentation formatting for better user experience and easier navigation. Updated `.npmignore` to refine file inclusion for package distribution. Incremented version to `0.9.1` to reflect the latest changes.
This commit is contained in:
parent
26961d0eb2
commit
efd814bbff
3 changed files with 11 additions and 6 deletions
|
|
@ -25,6 +25,8 @@ coverage/
|
|||
.nyc_output/
|
||||
|
||||
# Large files
|
||||
# Include the logo but exclude other PNGs
|
||||
!brainy.png
|
||||
*.png
|
||||
encoded-image.*
|
||||
README.demo.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue