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 +```