From e785649d2a400017f7138e884e54a6147f58f0c9 Mon Sep 17 00:00:00 2001 From: bogdan_dm Date: Fri, 16 Sep 2022 18:51:23 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5b491b..5adc36f 100644 --- a/README.md +++ b/README.md @@ -476,8 +476,8 @@ Arguments: `*`, `**` or `?` patterns symbols are supported. JSON data could be an array of models or single model. If this file contains dict with nested list than you can pass - . Deep lookups are supported by dot-separated path. - If no lookup needed pass '-' as (default) + ``. Deep lookups are supported by dot-separated path. + If no lookup needed pass '-' as `` (default) * **Format**: `-m [] ` * **Example**: `-m Car audi.json -m Car results reno.json`