Skip to content

Commit cd7ab6a

Browse files
committed
🐛 fix: railway template url
1 parent 99c8305 commit cd7ab6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Server runs on `http://localhost:3000` with endpoints:
5454

5555
Deploy instantly to Railway with a single click:
5656

57-
[![deploy on railway](https://railway.com/button.svg)](https://railway.com/deploy/unthread-webhook-ser?referralCode=dTwT-i)
57+
[![deploy on railway](https://railway.com/button.svg)](https://railway.com/deploy/unthread-webhook-server?referralCode=dTwT-i)
5858

5959
## 🐳 Docker Setup
6060

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unthread-webhook-server",
3-
"version": "1.0.0-beta.5",
3+
"version": "1.0.0-beta.5.1",
44
"description": "A reliable, production-ready Node.js server for processing Unthread.io webhooks with signature verification and smart platform handling.",
55
"license": "GPL-3.0",
66
"private": true,

0 commit comments

Comments
 (0)