Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Aug 5, 2024
1 parent 24e4ebf commit b6d8842
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
Expand Up @@ -40,9 +40,9 @@ const run = async () => {

// Both sb3fix methods take in an optional options object.
const options = {
// 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
// using this callback. These messages are primarily a debugging tool, so the exact output
// is not considered part of the API. It may change without warning.
// is not stable and may change without warning.
logCallback: (message) => {
console.log(message);
}
Expand Down

0 comments on commit b6d8842

Please sign in to comment.