@owomark/react 0.1.2 → 0.1.3
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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
A self-contained Markdown editor built on a single-layer `contenteditable` surface.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Install the official package: `@owomark/react`.
|
|
6
6
|
|
|
7
7
|
Four packages:
|
|
8
8
|
|
|
@@ -354,7 +354,7 @@ console.log(core.getMarkdown());
|
|
|
354
354
|
|
|
355
355
|
## Building
|
|
356
356
|
|
|
357
|
-
From the
|
|
357
|
+
From the project root:
|
|
358
358
|
|
|
359
359
|
```bash
|
|
360
360
|
npm run build:packages
|