From e57938b28c8488b136453277ffbd215bf08a76e7 Mon Sep 17 00:00:00 2001 From: George Mandis Date: Tue, 4 Feb 2020 10:09:24 -0500 Subject: [PATCH] added Express link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 417b5c4..9bad979 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Just changed some feeds in `./src/feeds.json` file and you're set! If you'd like There is also a special `glitch` branch you can clone if you prefer: [https://github.com/georgemandis/bubo-rss/tree/glitch](https://github.com/georgemandis/bubo-rss/tree/glitch) -The only difference between this branch and `master` is that it spins up a server using Express to serve your `./output/index.html` file on Glitch. Everything else is the same. +The only difference between this branch and `master` is that it spins up a server using [Express](https://expressjs.com/) to serve your `./output/index.html` file on Glitch. Everything else is the same. ### Deploying to Netlify