From 2f01141c87efa56dcbd8f831f170fed87c39282e Mon Sep 17 00:00:00 2001 From: keyan Date: Mon, 28 Jun 2021 18:24:36 -0500 Subject: [PATCH] fix readme link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bed4a98..7877f95f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # stacker.news -(Stacker News)[https://stacker.news] is a Lightning powered Bitcoin news site modelled after Hacker News (which is modelled after Reddit). The intent is to create a better place to discuss Bitcoin. +[Stacker News](https://stacker.news) is a Lightning powered Bitcoin news site modelled after Hacker News (which is modelled after Reddit). The intent is to create a better place to discuss Bitcoin. # stack The site is written in javascript using Next.js, a React framework. The backend API is provided via graphql. The database is postgresql modelled with prisma. We use lnd for the lightning node which we connect to through a tor http tunnel. A customized Bootstrap theme is used for styling.