Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHerr authored Jan 24, 2024
1 parent 50e43c5 commit a40531e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Promisify
Converts Chrome extension API callback functions to support promises.
Converts Chrome extension API callback functions to support promises. Dependent only on Promise.

Usage:
```
Expand All @@ -14,4 +14,4 @@ console.log(await chrome.runtime.getPlatformInfo())
chrome.runtime.getPlatformInfo(console.log)
console.log(chrome.runtime.getManifest())
```
```

0 comments on commit a40531e

Please sign in to comment.