Update README.md

pull/251/head
Anton Medvedev 1 year ago
parent 33ac1b39d0
commit 73f094c3e4
No known key found for this signature in database

@ -38,13 +38,13 @@ Use `this` to access the input data. Use `.` at the start of the expression to
access the input data without a `x => x` part.
```sh
echo '{"name": "world"}' | fx .name '`Hello, ${this}!`'
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

Loading…
Cancel
Save