Skip to content

Commit

Permalink
Fix typo (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuKks authored Apr 11, 2023
1 parent 0965601 commit 52db73d
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 @@ -25,7 +25,7 @@ You can also initialize a `RAM` instance with a `Buffer`:
const file = new RAM(Buffer.from('hello world'))
```

If you want to mimick a folder on disk, you can use `const createRAM = RAM.resuable()`.
If you want to mimick a folder on disk, you can use `const createRAM = RAM.reusable()`.

This stores the created ram instances, ie `ram = createRAM(name)` in a map so they can be reopened
with the same state, similar to working with files, but still backed by ram.
Expand Down

0 comments on commit 52db73d

Please sign in to comment.