From 4ef5500e072b0c64fe011d0993d38d122732e833 Mon Sep 17 00:00:00 2001 From: Josef Erben Date: Sun, 13 Oct 2024 11:29:19 +0200 Subject: [PATCH] fix: readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 78f4653..7c192f6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is a [plainstack](https://github.com/justplainstuff/plainstack) starter app. Plainstack is a single-file full-stack web framework built on top of [Hono](https://github.com/honojs/hono). +[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/DN1vgp?referralCode=aU-ol3) + This starter sets you app with the following features, all in a single file: ## Features @@ -25,7 +27,3 @@ GOOGLE_CLIENT_SECRET=client_secret ``` 4. Run the app locally: `bun dev` - -## Deploy - -[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/DN1vgp?referralCode=aU-ol3)