From 227491c7b9525af4de7cf69847e47d9a92c08f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl?= Date: Sat, 11 May 2019 16:57:49 +0200 Subject: [PATCH] Reformulate the lng readme in a more markdown way --- lng/README.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/lng/README.md b/lng/README.md index 9e02f24..75f3813 100644 --- a/lng/README.md +++ b/lng/README.md @@ -1,11 +1,18 @@ -#Translations +# Translations -Translations is simple...
-Fork the project.
-Create your language file.
-Pull Request your change. +Translations is simple: -You can test your change with the next command :
-sh archfi {githubusername} {branchname}
-As exemple :
+- fork the project. +- create your language file. +- pull Request your change. +- you can test your change with the next command: + +``` +sh archfi {githubusername} {branchname} +``` + +As exemple: + +``` sh archfi matmoul master +```