From 66c0960f99801442f4a190ad6ce2d82d8a2655ac Mon Sep 17 00:00:00 2001 From: Wingysam Date: Sun, 12 Sep 2021 17:34:03 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49ab8df..2685a95 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ To make the `handler` is asynchronous, just include the optional `callback` func ### `xhook.enable()` -Enables XHook (swaps out the native `XMLHttpRequest` class). XHook is enabled be default. +Enables XHook (swaps out the native `XMLHttpRequest` class). XHook is enabled by default. ### `xhook.disable()`