diff --git a/readme.md b/readme.md index f59f72f..7e27033 100755 --- a/readme.md +++ b/readme.md @@ -47,6 +47,11 @@ git clone https://code.verua.online/rabeweb/verua.ch_src.git cd verua.ch_src # Add your changes + +# Commit your changes +git commit -am "Update content" + +# Push your changes git push -u origin main ``` @@ -58,8 +63,8 @@ The content is written in the [markdown](https://www.markdownguide.org/getting-s ```yaml --- -title: "VeruA ** Verwaltung und Abrechnung" -translationKey: "a-page-about-cats" +title: 'VeruA ** Verwaltung und Abrechnung' +translationKey: 'a-page-about-cats' --- ```