From c6c0dc905c7de7f1f8e295ae055d80834df2300a Mon Sep 17 00:00:00 2001 From: James Prevett Date: Sun, 15 Dec 2024 13:47:55 -0600 Subject: [PATCH] Removed experimental notice in readme about devices --- readme.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/readme.md b/readme.md index 2102c5c2..9b28b9bb 100644 --- a/readme.md +++ b/readme.md @@ -147,9 +147,6 @@ fs.umount('/mnt/zip'); // finished using the zip ### Devices and device files -> [!WARNING] -> This is an **experimental** feature. Breaking changes may occur during non-major releases. Using this feature is the fastest way to make it stable. - ZenFS includes experimental support for device files. These are designed to follow Linux's device file behavior, for consistency and ease of use. You can automatically add some normal devices with the `addDevices` configuration option: ```ts