Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Mar 28, 2024
1 parent 7f76b83 commit 5ee6fd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ will cover most scenarios, this library focuses on the file system operations.

Example:

```
```ts
import { exists, find } from "@cross/fs/stat";

// Check if my/file exists
Expand Down Expand Up @@ -56,7 +56,7 @@ Methods:

Example:

```
```ts
import { readFile } from "@cross/fs/io";

console.log(await readFile("my/file"));
Expand All @@ -73,7 +73,7 @@ console.log(await readFile("my/file"));

Example:

```
```ts
import { mktempdir, dirpath } from "@cross/fs/ops";

console.log(await mktempdir("my-prefix"));
Expand Down

0 comments on commit 5ee6fd5

Please sign in to comment.