Update README.md

This commit is contained in:
Anton Medvedev 2022-04-18 23:20:53 +02:00
parent 344f78d20a
commit f2a2a01589

View File

@ -27,17 +27,23 @@ Or download [pre-built binary](https://github.com/antonmedv/fx/releases).
Start the interactive viewer via: Start the interactive viewer via:
```bash ```bash
$ fx data.json fx data.json
``` ```
Or Or
```bash ```bash
$ curl ... | fx curl ... | fx
``` ```
Type `?` to see full list of key shortcuts. Type `?` to see full list of key shortcuts.
Pretty print:
```bash
curl ... | fx .
```
### Reducers ### Reducers
Write reducers in your favorite language: [JavaScript](docs/reducers.md#node) (default), Write reducers in your favorite language: [JavaScript](docs/reducers.md#node) (default),