diff --git a/README.md b/README.md
index b76a7c7..3c4081e 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Git Cheatsheet
-
-
+
+
Standalone HTML page that organizes Git's commands by what they affect.
@@ -10,17 +10,18 @@ to others in the same endeavor.
## Contributors
-* Andrew Peterson, [NDP Software](https://ndpsoftware.com)
+* Development by Andrew Peterson,
[NDP Software](https://ndpsoftware.com)
* French translation by [Bernard Opic](https://blogs.media-tips.com/bernard.opic/)
-* Simplified Chinese translation by https://github.com/acecode
- * Improve Simplified Chinese translation by https://github.com/rebornsick
-* Traditional Chinese translation by https://github.com/Hsins
-* https://github.com/GerjanOnline -- bug fix
-* Spanish translation by https://github.com/sminutoli
-* Korean translation by https://github.com/ujuc
-* Italian translation by https://github.com/antoniopantaleo
-* Vietnamese translation by https://github.com/trgiangdo
-* Portuguese translation by https://github.com/HenriqueAJNB
+* Simplified Chinese translation by [acecode](https://github.com/acecode)
+* Improve Simplified Chinese translation by
[rebornsick](https://github.com/rebornsick)
+* Traditional Chinese translation by
[Hsins](https://github.com/Hsins)
+* Bug fix by
[GerjanOnline](https://github.com/GerjanOnline)
+* Spanish translation by
[sminutoli](https://github.com/sminutoli)
+* Korean translation by
[ujuc](https://github.com/ujuc)
+* Italian translation by
[antoniopantaleo](https://github.com/antoniopantaleo)
+* Vietnamese translation by
[trgiangdo](https://github.com/trgiangdo)
+* Portuguese translation by
[HenriqueAJNB](https://github.com/HenriqueAJNB)
+* Russian translation by
[vistar](https://github.com/vistar)
Comments and pull requests welcome.
@@ -45,7 +46,7 @@ Keep the PR restricted to changes related to the translation.
Files are in the `src` folder. To see it locally:
- `yarn test` to run the tests
-- `yarn build` to transpile.
+- `yarn build` to transpile.
- `yarn start` to serve
- Open `http://127.0.0.1:8080/git-cheatsheet.html` to view the page