all repos — h3 @ 2429434e95b3d23fb6c2f21645534fb9d796a85a

A tiny, extremely minimalist JavaScript microframework.

Fixed README.
h3rald h3rald@h3rald.com
Sun, 02 Aug 2020 14:37:56 +0200
commit

2429434e95b3d23fb6c2f21645534fb9d796a85a

parent

deeb33f4f49d2e18b56fdcb979a843c1c17aee46

3 files changed, 5 insertions(+), 5 deletions(-)

jump to
M README.mdREADME.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.htmdocs/H3_DeveloperGuide.htm

@@ -7346,7 +7346,7 @@ <h3>Hello, World?<a href="#document-top" title="Go to top"></a></h3>

<p>Here&rsquo;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(() =&gt; h("h1", "Hello, World!")); </code></pre>
M docs/md/overview.mddocs/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)!