2 files changed, 9 insertions(+), 11 deletions(-)
A README
D README.md
A README => README +9 -0
@@ 0,0 1,9 @@
+git-release is a shell script, which automates the creation of software release numbers
+in the form of MAJOR.MINOR.PATCH using git signed tags.
+
+For more information read the online documentation git-release(1).
+
+Install by running
+
+$ make install
+
D README.md => README.md +0 -11
@@ 1,11 0,0 @@
-**rn** is a shell script, which automates the creation of software release numbers
-in the form of **MAJOR**.**MINOR**.**PATCH** using git signed tags.
-
-For more information read the online documentation `rn(8)`.
-
-Install with
-
-```sh
-$ make install
-```
-