From bebc46fb63428d17f7b8dce67026f6bb3e92eb58 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 24 Aug 2017 07:39:20 +0200 Subject: [PATCH] Rename README to README.md Make sure that the Markdown syntax already used in the README file is recognized by repository browsers such as cgit or GitHub. Signed-off-by: Lukas Fleischer --- README => README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README => README.md (100%) diff --git a/README b/README.md similarity index 100% rename from README rename to README.md