From a06a85731fb56b3b023aba9f3a507ab53644c7a1 Mon Sep 17 00:00:00 2001 From: Nicolas Lepage <19571875+nlepage@users.noreply.github.com> Date: Mon, 8 Feb 2021 13:54:49 +0100 Subject: [PATCH] :memo: New Random password generator web server example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd9d9ef..e587d2c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ - [Hello example with state](https://nlepage.github.io/go-wasm-http-server/hello-state) ([sources](https://github.com/nlepage/go-wasm-http-server/tree/master/docs/hello-state)) - [Hello example with state and keepalive](https://nlepage.github.io/go-wasm-http-server/hello-state-keepalive) ([sources](https://github.com/nlepage/go-wasm-http-server/tree/master/docs/hello-state-keepalive)) - [😺 Catption generator example](https://nlepage.github.io/catption/wasm) ([sources](https://github.com/nlepage/catption/tree/wasm)) + - [Random password generator web server](https://nlepage.github.io/random-password-please/) ([sources](https://github.com/nlepage/random-password-please) forked from [jbarham/random-password-please](https://github.com/jbarham/random-password-please)) ## Requirements