From f2a2a015897f32ef5864efd84210c90028e312ad Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Mon, 18 Apr 2022 23:20:53 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e01f0f..3cd8f86 100644 --- a/README.md +++ b/README.md @@ -27,17 +27,23 @@ Or download [pre-built binary](https://github.com/antonmedv/fx/releases). Start the interactive viewer via: ```bash -$ fx data.json +fx data.json ``` Or ```bash -$ curl ... | fx +curl ... | fx ``` Type `?` to see full list of key shortcuts. +Pretty print: + +```bash +curl ... | fx . +``` + ### Reducers Write reducers in your favorite language: [JavaScript](docs/reducers.md#node) (default),