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)