Skip to content

Commit 59cdc99

Browse files
committed
feat(readme): Add link to Promise documentation
This is an excuse to generate a new package. Lately I'm getting shasum errors when installing packages from npm that I uploaded. The easies workaround is generate a new package
1 parent 4779904 commit 59cdc99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm install --save promisify-function
2121

2222
## Usage
2323

24-
Pass a callback style function and get a function the returns a promise as result:
24+
Pass a callback style function and get a function the returns a [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) as result:
2525

2626
```node
2727
const fs = require('fs')

0 commit comments

Comments
 (0)