Update README.md

This commit is contained in:
Anton Medvedev 2023-04-19 14:53:42 +02:00
parent e61a3ed2d8
commit 3e0987a586
No known key found for this signature in database

View File

@ -93,9 +93,6 @@ Fx works with promises.
echo '"https://medv.io/*"' | fx 'fetch' '.text()'
```
echo 'https://medv.io/*\nhttps://medv.io/(.)(.)' | fx -rs 'map(fetch)' 'map(.text())'
### Syntactic Sugar
Fx has a shortcut for the map function. Fox example, `this.map(x => x.commit.message)`