From 934f64115ecaf2546cda30a225c9f2f46ee9534e Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Sat, 24 Sep 2022 20:07:23 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6820486..b321cb1a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Once downloaded and booted, SB will print out a URL to open SB in your browser ( ## Developing Silver Bullet -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/https://github.com/silverbulletmd/silverbullet) +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/silverbulletmd/silverbullet) Silver Bullet is written in [TypeScript](https://www.typescriptlang.org/) and built on top of the excellent [CodeMirror 6](https://codemirror.net/) editor component. Additional UI is built using React.js. [ParcelJS](https://parceljs.org/) is used to build both the front-end and back-end bundles. The server backend runs as a HTTP server on node.js using express.