Skip to content

Commit

Permalink
Removed experimental notice in readme about devices
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Dec 15, 2024
1 parent 47b86fb commit c6c0dc9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6c0dc9

Please sign in to comment.