From 8a8de75ab69381d0c1aca54177cdbe097ee5c2af Mon Sep 17 00:00:00 2001 From: Michael Essiet Date: Mon, 15 Jan 2024 16:20:01 +0100 Subject: [PATCH] [Docs]: minor readme updates (#8) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4cc0144..21b1ef2 100644 --- a/README.md +++ b/README.md @@ -109,16 +109,16 @@ mash foo other-script # … To use the script the user would type `mash foo bar` or alternatively `mash youruser/foo-bar`. -> [!NOTE] -> Categorized scripts occur on a first come first served basis. If you create -> a script called `foo-bar` and someone already did that then you are too late -> and users can only call your script with `mash youruser/foo-bar`. - > [!IMPORTANT] > `mash` will not be able to run your script until it is indexed. > If you can see it listed at [mash.pkgx.sh] then you’re indexed. > We index a few times an hour via the GitHub Actions committed to this repo. +> [!NOTE] +> Categorized scripts occur on a first come first served basis. If you create +> a script called `foo-bar` and someone already did that then you are too late +> and users can only call your script with `mash youruser/foo-bar`. + > [!NOTE] > Updates are fetched automatically, there is no versioning at this time.