This commit is contained in:
Nicolas Lepage 2021-01-24 21:28:56 +01:00
parent 32e6c6349c
commit 74999fa92e
No known key found for this signature in database
GPG Key ID: B0879E35E66D8F6F
2 changed files with 7 additions and 10 deletions

View File

@ -1,8 +1,7 @@
<h1 align="center">Welcome to go-wasm-http-server 👋</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000" />
<a href="https://godoc.org/github.com/nlepage/go-wasm-http-server" target="_blank">
<img alt="Documentation" src="https://godoc.org/github.com/nlepage/go-wasm-http-server?status.svg" />
<a href="https://pkg.go.dev/github.com/nlepage/go-wasm-http-server#section-documentation">
<img src="https://pkg.go.dev/badge/github.com/nlepage/go-wasm-http-server.svg" alt="Go Reference">
</a>
<a href="https://github.com/nlepage/go-wasm-http-server/blob/master/LICENSE" target="_blank">
<img alt="License: Apache 2.0" src="https://img.shields.io/badge/License-Apache--2.0-yellow.svg" />
@ -18,9 +17,7 @@
## Install
```sh
yarn add go-wasm-http-server
```
TODO
## Usage
@ -52,7 +49,7 @@ Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2019 [Nicolas Lepage](https://github.com/nlepage).<br />
Copyright © 2021 [Nicolas Lepage](https://github.com/nlepage).<br />
This project is [Apache 2.0](https://github.com/nlepage/go-wasm-http-server/blob/master/LICENSE) licensed.
***

View File

@ -5,9 +5,9 @@
</head>
<body>
<ul>
<li><a href="hello">Hello demo</a></li>
<li><a href="hello-state">Hello with state demo</a></li>
<li><a href="https://nlepage.github.io/catption/wasm/">😺 Catption generator demo</a></li>
<li><a href="hello">Hello demo</a> (<a href="https://github.com/nlepage/go-wasm-http-server/tree/master/docs/hello">sources</a>)</li>
<li><a href="hello-state">Hello with state demo</a> (<a href="https://github.com/nlepage/go-wasm-http-server/tree/master/docs/hello-state">sources</a>)</li>
<li><a href="https://nlepage.github.io/catption/wasm/">😺 Catption generator demo</a> (<a href="https://github.com/nlepage/catption/tree/wasm">sources</a>)</li>
</ul>
</body>
</html>