all repos — h3 @ af240cd2bae1b254b1f9434de0eb810e9d7568fb

A tiny, extremely minimalist JavaScript microframework.

Updated overview to point to 0.1.0 release
h3rald h3rald@h3rald.com
Tue, 21 Apr 2020 18:14:51 +0200
commit

af240cd2bae1b254b1f9434de0eb810e9d7568fb

parent

eeb643e22f4cc9891f57206fa0cc2a7882d9b203

1 files changed, 4 insertions(+), 2 deletions(-)

jump to
M docs/md/overview.mddocs/md/overview.md

@@ -10,9 +10,11 @@ * **easy** to learn, its API is comprised of only seven methods and two properties.

### I'm sold! Where can I get it? -It ain't formally released yet, sorry! But, if you are brave enough, you can... +Here, look, it's just one file: -<a href="https://raw.githubusercontent.com/h3rald/h3/master/h3.js" target="_blank" class="button primary">Download the Development Version</a> +<a href="hhttps://raw.githubusercontent.com/h3rald/h3/v0.1.0/h3.js" target="_blank" class="button primary">Download v0.1.0</a> + +Yes there is also a [NPM package](https://www.npmjs.com/package/h3js) if you want to use it with WebPack and similar, but let me repeat: _it's just one file_. ### Hello, World?