Update README.md

pull/251/head
Anton Medvedev 1 year ago
parent 2aaaf25554
commit b6fe0d830d
No known key found for this signature in database

@ -41,6 +41,10 @@ access the input data without a `x => x` part.
echo '{"name": "world"}' | fx '.name' '`Hello, ${this}!`'
```
That's it!
## Advanced Usage
Fx has a shortcut for the map function. Fox example `.map(x => x.commit.message)`
can be written without leading dot and without `x =>` parts.

Loading…
Cancel
Save