@semigarden/synthetic-md-react 0.0.7 → 0.0.9

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 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,14 +1,9 @@
1
1
  # Synthetic Markdown
2
2
 
3
- A UI primitive for unified Markdown editing and rendering.
3
+ A UI primitive for unified Markdown editing and rendering
4
4
 
5
- ## Installation
5
+ ---
6
6
 
7
- ```bash
8
- npm install @semigarden/synthetic-md-react
9
- ```
10
-
11
- ## Usage
12
7
  ```
13
8
  import { useState } from 'react'
14
9
  import { SyntheticText } from '@semigarden/synthetic-md-react'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semigarden/synthetic-md-react",
3
- "version": "0.0.7",
4
- "description": "React wrapper for synthetic-md",
3
+ "version": "0.0.9",
4
+ "description": "A UI primitive for unified Markdown editing and rendering",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "semigarden",