From 525d7d6007ab0101231da40f5424e374582c5c86 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sat, 11 Jun 2022 23:04:09 +0200 Subject: [PATCH] Fix formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b1170d8..d70f4dd3 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ Distinct features of DwarFS are: using the compressed file system and thus potentially allows for higher cache hit rates as more data can be kept in the cache. -- Highly multi-threaded implementation. Both the file - [system creation tool](doc/mkdwarfs.md) as well as the +- Highly multi-threaded implementation. Both the + [file system creation tool](doc/mkdwarfs.md) as well as the [FUSE driver](doc/dwarfs.md) are able to make good use of the many cores of your system.