From 0c631af0b18e5fd01789bee527f4b4161fb9da3d Mon Sep 17 00:00:00 2001 From: Christopher Williams Date: Thu, 14 Jan 2021 18:08:05 -0700 Subject: [PATCH] Convert README to AsciiDoc format --- README.md => README.asc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename README.md => README.asc (95%) diff --git a/README.md b/README.asc similarity index 95% rename from README.md rename to README.asc index c584ada..701b6a1 100644 --- a/README.md +++ b/README.asc @@ -1,11 +1,9 @@ -FatFs -===== += FatFs This is a copy of FatFs, a "generic FAT file system module for small embedded systems", by ChaN. See http://elm-chan.org/fsw/ff/00index_e.html. -License -======= +== License FatFs module is a free software that opened under license policy of following conditions.