Skip to content

Commit 0fb87a8

Browse files
authored
docs(README.md): clarify into [ci skip]
1 parent a3a878b commit 0fb87a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Transforms promise chains into `async`/`await`. I wrote this to refactor the 5000+ `.then`/`.catch`/`.finally` calls in the
1010
`sequelize` codebase. This is slightly inspired by [async-await-codemod](https://github.com/sgilroy/async-await-codemod),
11-
but written from scratch to guarantee the same behavior and tidy code as best as I can manage.
11+
but written from scratch to guarantee that it doesn't change the behavior of the transformed code, and keeps the code reasonably tidy.
1212

1313
## Usage
1414

0 commit comments

Comments
 (0)