Skip to content

Commit 52db73d

Browse files
authored
Fix typo (#17)
1 parent 0965601 commit 52db73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can also initialize a `RAM` instance with a `Buffer`:
2525
const file = new RAM(Buffer.from('hello world'))
2626
```
2727

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

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

0 commit comments

Comments
 (0)