aboutsummaryrefslogtreecommitdiffstats
path: root/lng/README.md
diff options
context:
space:
mode:
authorMatMoul <matmoul@gmail.com>2019-05-12 21:44:36 +0200
committerMatMoul <matmoul@gmail.com>2019-05-12 21:44:36 +0200
commit802759f2dc7d79a408992d52eb6ebb6a63aee3d1 (patch)
tree6d6ed2f06add74e6f5c9f2341c771a24082f7190 /lng/README.md
parentb05b0668335ec18972ee0182a81d201bea51b50d (diff)
parent227491c7b9525af4de7cf69847e47d9a92c08f2e (diff)
downloadhyperfi-802759f2dc7d79a408992d52eb6ebb6a63aee3d1.tar.lz
hyperfi-802759f2dc7d79a408992d52eb6ebb6a63aee3d1.tar.xz
hyperfi-802759f2dc7d79a408992d52eb6ebb6a63aee3d1.zip
Merge branch 'roipoussiere-patch-1' into src
Diffstat (limited to 'lng/README.md')
-rw-r--r--lng/README.md23
1 files 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...<br />
-Fork the project.<br />
-Create your language file.<br />
-Pull Request your change.
+Translations is simple:
-You can test your change with the next command :<br />
-sh archfi {githubusername} {branchname}<br />
-As exemple :<br />
+- 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
+```