From 9334050ab9e2959b430593012d60d4eb3b3215ec Mon Sep 17 00:00:00 2001 From: 4o1x5 <4o1x5@4o1x5.dev> Date: Wed, 13 Nov 2024 21:37:24 +0100 Subject: [PATCH] readme: fixed wrong branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aefa50a..7982c94 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ or get it directly from source ```toml [dependencies] -bunbun-worker = { git = "https://git.4o1x5.dev/4o1x5/bunbun-worker", branch = "main" } +bunbun-worker = { git = "https://git.4o1x5.dev/4o1x5/bunbun-worker", branch = "master" } ``` ## Usage