From 1825ede358d3820b91c5fdefaf510bdb857af456 Mon Sep 17 00:00:00 2001 From: Jayden Date: Wed, 20 Sep 2023 18:47:15 -0400 Subject: [PATCH] Update README.md Signed-off-by: Jayden --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a810c68..095d0c4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +# Warning! This repository is no longer updated. +This project has moved development and source code to the central Bunkum repository. + +You can find the new source code location under [LittleBigRefresh/Bunkum](https://github.com/LittleBigRefresh/Bunkum). + # Bunkum.AutoDiscover An implementation of AutoDiscover for Bunkum. @@ -9,4 +14,4 @@ See documentation here on this API here: https://littlebigrefresh.github.io/Docs using Bunkum.AutoDiscover.Extensions; server.AddAutoDiscover(serverBrand: "Refresh", baseEndpoint: "/lbp"); -``` \ No newline at end of file +```