arche 0.3.6 → 0.3.7

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
@@ -17,7 +17,7 @@ const { Div, H1, P } = ReactElement
17
17
 
18
18
  const myElement = Div([
19
19
  H1('I am a heading'),
20
- P('heyo'),
20
+ P('paragraph'),
21
21
  P('lorem ipsum'),
22
22
  ])
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arche",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "HTML as JavaScript",
5
5
  "author": "Richard Tong",
6
6
  "license": "MIT",