From 0630c2ddd6ac6e32bea99eb1df0cdca2d7f131ce Mon Sep 17 00:00:00 2001 From: Joel Hooks Date: Fri, 26 Aug 2022 08:15:07 -0700 Subject: [PATCH 1/2] feat: gitpod button in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1b00aead..687b7180 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ## Quickstart +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/total-typescript/beginners-typescript) + ```sh # Installs all dependencies yarn install From 9c9c66931785bc12764160b12be7647e9dee8606 Mon Sep 17 00:00:00 2001 From: Joel Hooks Date: Fri, 26 Aug 2022 08:18:39 -0700 Subject: [PATCH 2/2] fix: don't use their button --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 687b7180..223667ac 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Quickstart -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/total-typescript/beginners-typescript) +Clone this repo or [open in Gitpod](https://gitpod.io/#https://github.com/total-typescript/beginners-typescript). ```sh # Installs all dependencies