atproxy 0.0.0-experimental-181e2a1 → 0.0.0-experimental-9f10d2f

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 +7 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,13 +15,17 @@
15
15
  ⬆️ H3 MD heading
16
16
 
17
17
  <h4>
18
- *How it workds*
18
+ *How it workds*
19
19
  </h4>
20
20
 
21
21
  ⬆️ H4 HTML heading with markdown
22
22
 
23
23
  <div>
24
- *How it workds*
24
+ *How it workds*
25
25
  </div>
26
26
 
27
- ⬆️ HTML div with markdown
27
+ ⬆️ HTML div with markdown
28
+
29
+ #### *How it workds*
30
+
31
+ ⬆️ H4 MD heading with markdown
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atproxy",
3
- "version": "0.0.0-experimental-181e2a1",
3
+ "version": "0.0.0-experimental-9f10d2f",
4
4
  "description": "XRPC proxy CLI Server",
5
5
  "main": "dist/index.js",
6
6
  "bin": {