Skip to content

Commit b6d8842

Browse files
committed
Update documentation
1 parent 24e4ebf commit b6d8842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ const run = async () => {
4040

4141
// Both sb3fix methods take in an optional options object.
4242
const options = {
43-
// When sb3fix runs, it'll log what it's doing and what it's found. You can monitor those
43+
// While sb3fix runs, it'll log what it's doing and what it fixed. You can monitor those
4444
// 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.
45+
// is not stable and may change without warning.
4646
logCallback: (message) => {
4747
console.log(message);
4848
}

0 commit comments

Comments
 (0)