From cad79181c1f983b1a4cc8320b9f4af828cc60b9b Mon Sep 17 00:00:00 2001 From: matu6968 Date: Mon, 11 Nov 2024 00:11:01 +0100 Subject: [PATCH] add javascript client demo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a880a50..f948613 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ In the .env file this is the only thing you can set PORT=8080 TOKEN=bearer-token-here # The program will automatically make a new token if not found so do not bother putting your own one ``` -# Client demostrations +# Client demonstrations [JavaScript](https://git.fluffy.pw/matu6968/webdesk-app-market-server/src/branch/main/client-demo/demo.js)