From 113b27b7bd41bb82890d3ab1b6951291851ac8aa Mon Sep 17 00:00:00 2001 From: mahtin Date: Wed, 4 May 2016 15:54:41 -0700 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ffff31..8057211 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ $ cli4 [-h|--help] [-v|--verbose] [-q|--quiet] [--get|--patch|--post|-put|--dele ``` For API calls that need a set of date or parameters passed there is a item=value format. -If you want a numeric value passed, then _**_ can be used to force the value to be treated as a numeric value. +If you want a numeric value passed, then _==_ can be used to force the value to be treated as a numeric value. The output from the CLI command is in json format (and human readable).