Update README.md

This commit is contained in:
Anton Medvedev 2023-04-19 14:51:18 +02:00
parent a809f606f7
commit e61a3ed2d8
No known key found for this signature in database

View File

@ -45,7 +45,7 @@ echo '{"name": "world"}' | fx '.name' '`Hello, ${this}!`'
Use other JS functions to process the data.
```sh
echo `{"name": "world"}` | fx 'Object.keys'
echo '{"name": "world"}' | fx 'Object.keys'
```
## Advanced Usage