Update README.md

pull/251/head
Anton Medvedev 1 year ago
parent 956d1ab624
commit aa92146b68
No known key found for this signature in database

@ -49,7 +49,7 @@ echo `{"name": "world"}` | fx 'Object.keys'
## Advanced Usage
Fx has a shortcut for the map function. Fox example `.map(x => x.commit.message)`
Fx has a shortcut for the map function. Fox example `this.map(x => x.commit.message)`
can be written without leading dot and without `x => x` parts.
```sh

Loading…
Cancel
Save