Skip to content

Commit 871627b

Browse files
authored
Update README.md
1 parent cb3a236 commit 871627b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ npx jscodeshift -t asyncify/index.js path/to/your/project/**/*.js
2121

2222
| | `asyncify` |
2323
| ------------------------------------------------------------------ | ---------- |
24-
| `.then` ||
25-
| `.catch` ||
26-
| `.finally` ||
24+
| Converts `.then` ||
25+
| Converts `.catch` ||
26+
| Converts `.finally` ||
2727
| Renames identifiers in handlers that would conflict ||
2828
| Converts promise chains that aren't returned/awaited into IIAAFs ||
2929
| Converts `return Promise.resolve()`/`return Promise.reject()` ||

0 commit comments

Comments
 (0)