Skip to content

Commit 0499864

Browse files
authored
Merge pull request #128 from raszi/gh-127
fix #127 add reference to tmp-promise
2 parents d72a47a + fa52445 commit 0499864

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ This is a [widely used library][2] to create temporary files and directories
1414
in a [node.js][1] environment.
1515

1616
Tmp offers both an asynchronous and a synchronous API. For all API calls, all
17-
the parameters are optional.
17+
the parameters are optional. There also exists a promisified version of the
18+
API, see (5) under references below.
1819

1920
Tmp uses crypto for determining random file names, or, when using templates,
2021
a six letter random identifier. And just in case that you do not have that much
@@ -310,3 +311,4 @@ All options are optional :)
310311
[2]: https://www.npmjs.com/browse/depended/tmp
311312
[3]: http://www.kernel.org/doc/man-pages/online/pages/man3/mkstemp.3.html
312313
[4]: https://raszi.github.io/node-tmp/
314+
[5]: https://github.com/benjamingr/tmp-promise

0 commit comments

Comments
 (0)