From 26972b945809fbc7aa46acbf7cd0bac773abf187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Harabie=C5=84?= Date: Thu, 10 May 2018 15:05:44 +0200 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ceb81a..f8a691a 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,10 @@ Features: * read/write/create/remove file, * enumerate directory children, * create/remove directory, -* read/write file timestamps (updated automatically if chrono is available), +* read/write file timestamps (updated automatically if `chrono` feature is enabled), * FAT12, FAT16, FAT32 compatibility, -* LFN (Long File Names) extension supported. +* LFN (Long File Names) extension supported, +* Basic no_std environment support. Usage -----