From e41c2ccf8174700bfaabfb9936207d5caef14559 Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Thu, 31 Aug 2023 20:27:20 +0000 Subject: [PATCH] docs: shorten warning and rephrase --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3bec5d7..485aeb6 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,14 @@ > **Warning** > -> _**this is surplus 2.0.0.**_ -> +> **this is surplus `2.0.0`.** > surplus is being rewritten to better incorporate with > [sandplus](https://github.com/markjoshwel/sandplus.git). > sandplus is surplus's Android application accompaniment, written in Kotlin with Jetpack > Compose. > > you are on the `future` branch. if you see this warning, that means code is not -> finalised and ready to be used. -> +> finalised and ready to be used. > want the old, stable, working codebase? see the > [`main`](https://github.com/markjoshwel/surplus/tree/main) branch.