Skip to content

Commit

Permalink
Use "unlink" instead of "destroy" in docs (#39)
Browse files Browse the repository at this point in the history
["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
  • Loading branch information
EvanHahn authored Dec 24, 2023
1 parent e061fd4 commit c6f8466
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 @@ -79,7 +79,7 @@ Stat the storage. Should return an object with useful information about the unde

Close the underlying file descriptor.

#### `file.destroy([callback])`
#### `file.unlink([callback])`

Unlink the underlying file.

Expand Down

0 comments on commit c6f8466

Please sign in to comment.