We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0965601 commit 52db73dCopy full SHA for 52db73d
README.md
@@ -25,7 +25,7 @@ You can also initialize a `RAM` instance with a `Buffer`:
25
const file = new RAM(Buffer.from('hello world'))
26
```
27
28
-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()`.
29
30
This stores the created ram instances, ie `ram = createRAM(name)` in a map so they can be reopened
31
with the same state, similar to working with files, but still backed by ram.
0 commit comments