diff --git a/README.md b/README.md index 347b753..ea59381 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ JSON-RPC 2.0 Client for HTTP and WebSocket backends [![Build Status](https://travis-ci.org/Textalk/jquery.jsonrpcclient.js.png?branch=master)](https://travis-ci.org/Textalk/jquery.jsonrpcclient.js) [![Coverage Status](https://coveralls.io/repos/Textalk/jquery.jsonrpcclient.js/badge.png?branch=master)](https://coveralls.io/r/Textalk/jquery.jsonrpcclient.js) -This plugin requires JSON.parse and JSONstringify, otherwise it falls back to $.toJSON and $.parseJSON. +This plugin requires JSON.parse and JSON.stringify, otherwise it falls back to $.toJSON and $.parseJSON. JsonRpcClient uses websockets if they are available, but will work just as well with only http if not.