Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 3, 2024
1 parent 902e1b4 commit dc6bd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ const mq = await createMoquerieInstance({
```

> [!TIP]
> You can set `watching` and `skipWrites` to `false` to disable watching and writing to the disk during tests.
> You can set `watching` to `false` and `skipWrites` to `true` to disable watching and writing to the disk during tests.
You can then pass the moquerie instance to most of the functions in the `moquerie` package.

Expand Down

0 comments on commit dc6bd83

Please sign in to comment.