From 9f3420812906daeb9ef680481f9c427adfef1b26 Mon Sep 17 00:00:00 2001 From: CheesyGamer77 <43181046+CheesyGamer77@users.noreply.github.com> Date: Tue, 3 May 2022 17:53:02 -0400 Subject: [PATCH] chore: fix broken callback arguments table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 725bf23..9860ce5 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ interface BufferObject { ### Callback Arguments | Argument | Type | Description | -| -------- | ------------------------ | ----------------------------------------------------------------------------------- | | | +| -------- | ------------------------ | ----------------------------------------------------------------------------------- | | error | `Error Object` or `null` | If a run time error is detected this will be an `Error Object`, otherwise `null` | | data | `string` or `null` | If there is no run time error, this be will be your hashed result, otherwise `null` |