From d57a198852307f81b365d0c45138c495a0b12c71 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 19 Jun 2015 20:57:37 -0300 Subject: Use .md extension --- metadot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/metadot b/metadot index 69d5054..37fb7d2 100755 --- a/metadot +++ b/metadot @@ -138,10 +138,10 @@ elif [ "$OPT" == "create" ]; then cd $MODULES/$1 git init - echo "# $1 dotfile module" > README.mdwn - echo "" >> README.mdwn - echo "This is the repository for $1 configuration." >> README.mdwn - echo "More information at https://git.sarava.org/?p=metadot.git" >> README.mdwn + echo "# $1 dotfile module" > README.md + echo "" >> README.md + echo "This is the repository for $1 configuration." >> README.md + echo "More information at https://git.sarava.org/metadot.git" >> README.md echo "# As we are handling with config files, it might be better to" > .gitignore echo "# use a paranoid config by default." >> .gitignore -- cgit v1.2.3