From ce93d72972641e268e6b434aaac75fbaf115fa1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20M=C3=BChl?= Date: Fri, 19 Apr 2019 15:52:14 +0200 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.