Skip to content

Commit c6f8466

Browse files
authored
Use "unlink" instead of "destroy" in docs (#39)
["destroy" was renamed to "unlink"][0] in the code. This updates the docs to reflect that change. [0]: random-access-storage/random-access-storage@bcbe0d6
1 parent e061fd4 commit c6f8466

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
@@ -79,7 +79,7 @@ Stat the storage. Should return an object with useful information about the unde
7979

8080
Close the underlying file descriptor.
8181

82-
#### `file.destroy([callback])`
82+
#### `file.unlink([callback])`
8383

8484
Unlink the underlying file.
8585

0 commit comments

Comments
 (0)