neo-md 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A modern, highly-configurable, and highly-secure React markdown editor component. Built with React and Tailwind CSS, it provides dual-pane live preview capabilities, syntax highlighting, and an extensive Props API for controlled or uncontrolled states.
4
4
 
5
- ![Markdown Editor Screenshot](image.png)
5
+ ![Markdown Editor Screenshot](https://neo-md.atharvdangedev.in/demo.png)
6
6
 
7
7
  ## Features
8
8
 
@@ -17,7 +17,7 @@ A modern, highly-configurable, and highly-secure React markdown editor component
17
17
 
18
18
  ## Demo
19
19
 
20
- [Live Demo](https://your-demo-link.vercel.app)
20
+ [Live Demo](https://neo-md.atharvdangedev.in)
21
21
 
22
22
  ## Installation
23
23
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "neo-md",
3
3
  "private": false,
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "main": "./dist/index.umd.cjs",