From 22d368e54ebbd15c11b8618fcf5d076b0028ee92 Mon Sep 17 00:00:00 2001 From: John Freed Date: Fri, 20 Aug 2021 00:49:56 +0200 Subject: [PATCH] Updated Json service (markdown) --- Json-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Json-service.md b/Json-service.md index e934439..c8ed056 100644 --- a/Json-service.md +++ b/Json-service.md @@ -25,7 +25,7 @@ You should receive the same response that the `nc` command provides. ### Converting options to camelCase -Several options in the command line interface contain embedded hyphens. You may send them as-is (all lowercase, with hyphens), or convert them to camelCase (in which each letter after a hyphen is capitalized and then all the hyphens are removed). Internally, they are all converted to camelCase. +Several options in the command line interface contain embedded hyphens. You may send them as-is (all lowercase, with hyphens), or convert them to camelCase (in which each letter after a hyphen is capitalized and then all the hyphens are removed). ### Some example requests