From d5277a266bac508554b47438eb72438476ab4c13 Mon Sep 17 00:00:00 2001 From: astrozombie <31222577+astrozombie@users.noreply.github.com> Date: Tue, 8 May 2018 22:34:39 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49ff977..1bf0eb6 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Example command: ``` Example response: ```json -"status":"SUCCESS","value":{"loggedout":true}} +{"status":"SUCCESS","value":{"loggedout":true}} ``` @@ -162,4 +162,4 @@ chrome.runtime.onMessage.addListener((message, sender)=> { //handle messages from native extension } } -``` \ No newline at end of file +```