From 0738438ceac9f2b085ab0517d8fe81602455c976 Mon Sep 17 00:00:00 2001 From: astrozombie <31222577+astrozombie@users.noreply.github.com> Date: Tue, 8 May 2018 22:35:41 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bf0eb6..c87fe18 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ const onDisconnected = () => { } ``` -Code in Extension side: +Code in extension side: ```code chrome.runtime.sendMessage(EXTENSION_ID, MESSAGE} ```