From 3f1bff26e30bc5eeaf898aa8d625be1e572b3e54 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Thu, 7 Dec 2023 15:40:25 +0000
Subject: [PATCH] Fix GPL statement and quote FUSE for Linux

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5029b3c..5bccf98 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is the default filesystem of Redox OS inspired by [ZFS](https://docs.freebs
 
 Current features:
 
-- Compatible with Redox and Linux
+- Compatible with Redox and Linux (FUSE)
 - Copy-on-write
 - Data/metadata checksums
 - Transparent encryption
@@ -16,7 +16,7 @@ Current features:
 - MIT licensed
 - Disk encryption fully supported by the Redox bootloader, letting it load the kernel off an encrypted partition.
 
-Being MIT licensed, RedoxFS can be added on GPL kernels (Linux, for example).
+Being MIT licensed, RedoxFS can be bundled on GPL-licensed operating systems (Linux, for example).
 
 [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
 [![crates.io](http://meritbadge.herokuapp.com/redoxfs)](https://crates.io/crates/redoxfs)
-- 
GitLab