From a412737b2befb55eef1a7c8ae99af010b3e3f4ab Mon Sep 17 00:00:00 2001 From: Dieter Buntzen Date: Wed, 12 Mar 2025 15:37:16 +0000 Subject: [PATCH] Fix links in `typescript/setup.md` --- typescript/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typescript/setup.md b/typescript/setup.md index 8043869..0b07b62 100644 --- a/typescript/setup.md +++ b/typescript/setup.md @@ -2,12 +2,12 @@ ## Install Deno via brew with `brew install deno`. -Or alternatives (here)[https://docs.deno.com/runtime/getting_started/installation/] +Or alternatives [here](https://docs.deno.com/runtime/getting_started/installation/) ## Run Run locally with `deno run dev` (will also install dependencies) The server should now be running locally on port 3000, and you can execute requests using the `./rest/chat.rest` file. -(VS Code REST Client Plugin)[https://marketplace.visualstudio.com/items?itemName=humao.rest-client] +[VS Code REST Client Plugin](https://marketplace.visualstudio.com/items?itemName=humao.rest-client)