summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/unique-filename/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/unique-filename/README.md')
-rw-r--r--deps/npm/node_modules/unique-filename/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/node_modules/unique-filename/README.md b/deps/npm/node_modules/unique-filename/README.md
index 4b5b241eb9..74b62b2ab4 100644
--- a/deps/npm/node_modules/unique-filename/README.md
+++ b/deps/npm/node_modules/unique-filename/README.md
@@ -18,8 +18,8 @@ var uniqueTmpfile = uniqueFilename('/tmp', 'testing', '/my/thing/to/uniq/on')
### uniqueFilename(*dir*, *fileprefix*, *uniqstr*) → String
Returns the full path of a unique filename that looks like:
-`dir/prefix-912ec803b2ce49e4a541068d495ab570`
-or `dir/912ec803b2ce49e4a541068d495ab570`
+`dir/prefix-7ddd44c0`
+or `dir/7ddd44c0`
*dir* – The path you want the filename in. `os.tmpdir()` is a good choice for this.