diff --git a/Readme.md b/Readme.md index 64fc1d9..ab23b35 100644 --- a/Readme.md +++ b/Readme.md @@ -1,14 +1,14 @@ # what? -This tony script allow gitea markup files (aka Readme(s)) to take dynamic values from repository. +This tiny script allow gitea markup files (aka Readme(s)) to get dynamic values from repository page. ## Live example: -user = {{user}} +**user =** {{user}} -repository = {{repository}} +**repository =** {{repository}} -branch = {{branch}} +**branch =** {{branch}} ## How to use it: - Put the .sh file in an accessible place, like /usr/local/bin, make it executable.