Fixed README.
h3rald h3rald@h3rald.com
Sun, 02 Aug 2020 14:37:56 +0200
3 files changed,
5 insertions(+),
5 deletions(-)
M
README.md
→
README.md
@@ -30,7 +30,7 @@
Here's an example of an extremely minimal SPA created with H3: ```js -import h3 from "./h3.js"; +import { h3, h } from "./h3.js"; h3.init(() => h("h1", "Hello, World!")); ```@@ -54,4 +54,4 @@ Go fix it! Or at least open an issue on the [Github repo](https://github.com/h3rald/h3), pleasy.
### Can I download a copy of all the documentation as a standalone HTML file? -What a weird thing to ask... sure you can: [here](https://h3.js.org/H3_DeveloperGuide.htm)!+What a weird thing to ask... sure you can: [here](https://h3.js.org/H3_DeveloperGuide.htm)!
M
docs/H3_DeveloperGuide.htm
→
docs/H3_DeveloperGuide.htm
@@ -7346,7 +7346,7 @@ <h3>Hello, World?<a href="#document-top" title="Go to top"></a></h3>
<p>Here’s an example of an extremely minimal SPA created with H3:</p> -<pre><code class="js">import h3 from "./h3.js"; +<pre><code class="js">import { h3, h } from "./h3.js"; h3.init(() => h("h1", "Hello, World!")); </code></pre>
M
docs/md/overview.md
→
docs/md/overview.md
@@ -23,7 +23,7 @@
Here's an example of an extremely minimal SPA created with H3: ```js -import h3 from "./h3.js"; +import { h3, h } from "./h3.js"; h3.init(() => h("h1", "Hello, World!")); ```@@ -47,4 +47,4 @@ Go fix it! Or at least open an issue on the [Github repo](https://github.com/h3rald/h3), pleasy.
### Can I download a copy of all the documentation as a standalone HTML file? -What a weird thing to ask... sure you can: [here](https://h3.js.org/H3_DeveloperGuide.htm)!+What a weird thing to ask... sure you can: [here](https://h3.js.org/H3_DeveloperGuide.htm)!