From abae24cbde03eb1645675db3ad3234ded9467d92 Mon Sep 17 00:00:00 2001 From: Micah Allen Date: Thu, 1 Nov 2018 08:47:38 -0400 Subject: [PATCH] Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d072e1..0aad600 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ **rage-eventbus** simplifies two-way communication between the RAGE Multiplayer server, client, and browser instances. -It can be used as a full-on replacement for RAGE's built-in `mp.event` API, providing consistency and clarity. +It can be used as a full-on replacement for RAGE's built-in `mp.events` API, providing consistency and clarity. ---