Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre authored Dec 10, 2024
1 parent 5f91e58 commit dfd7d6a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

[ZenFS](https://github.com/zen-fs/core) backend for `iso` files.

> [!IMPORTANT]
> Please read the ZenFS core documentation!
Please read the ZenFS core documentation!

## Backend

Expand All @@ -22,11 +21,6 @@ npm install @zenfs/iso

## Usage

> [!NOTE]
> The examples are written in ESM.
> For CJS, you can `require` the package.
> If using a browser environment, you can use a `<script>` with `type=module` (you may need to use import maps)
```js
import { configure, fs } from '@zenfs/core';
import { Iso } from '@zenfs/iso';
Expand Down

0 comments on commit dfd7d6a

Please sign in to comment.