@yannelli/live-markdown-vue 1.0.0 → 1.0.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@ A Vue 3 markdown editor component built as a drop-in replacement for textarea. B
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install live-markdown-vue
8
+ npm install @yannelli/live-markdown-vue
9
9
  ```
10
10
 
11
11
  ## Usage
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@yannelli/live-markdown-vue",
3
3
  "author": "Ryan Yannelli <ryanyannelli@gmail.com> (https://ryanyannelli.com)",
4
4
  "homepage": "https://github.com/yannelli/live-markdown-vue",
5
- "version": "1.0.0",
5
+ "version": "1.0.1",
6
6
  "description": "A Vue 3 markdown editor component with live preview, built as a drop-in replacement for textarea",
7
7
  "type": "module",
8
8
  "main": "./dist/live-markdown-vue.umd.cjs",