From b6d88421534823d3a6f8265144cda973c06b4e2c Mon Sep 17 00:00:00 2001 From: Muffin Date: Mon, 5 Aug 2024 17:11:33 -0500 Subject: [PATCH] Update documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53acb21..a1fd4fd 100644 --- a/README.md +++ b/README.md @@ -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); }