We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e4ebf commit b6d8842Copy full SHA for b6d8842
README.md
@@ -40,9 +40,9 @@ const run = async () => {
40
41
// Both sb3fix methods take in an optional options object.
42
const options = {
43
- // When sb3fix runs, it'll log what it's doing and what it's found. You can monitor those
+ // While sb3fix runs, it'll log what it's doing and what it fixed. You can monitor those
44
// using this callback. These messages are primarily a debugging tool, so the exact output
45
- // is not considered part of the API. It may change without warning.
+ // is not stable and may change without warning.
46
logCallback: (message) => {
47
console.log(message);
48
}
0 commit comments