diff --git a/README.md b/README.md index 8d3f75c..fddd241 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,6 @@ OK Here's a more interesting example that includes JSON arrays and objects: - ``` > JSON.SET newbike $ '["Deimos", {"crashes": 0}, null]' OK @@ -175,8 +174,8 @@ OK (integer) 1 > JSON.GET newbike $ "[[\"Deimos\",{\"crashes\":0}]]" - ``` + The JSON.DEL command deletes any JSON value you specify with the path parameter. You can manipulate arrays with a dedicated subset of JSON commands: