Update README.md

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

@ -67,6 +67,12 @@ Fx has a special syntax for the flatMap function. Fox example,
curl https://api.github.com/repos/kubernetes/kubernetes/issues | fx '.[].labels[].name'
```
Fx works with promises.
```sh
echo '"https://medv.io/*"' | fx 'fetch' '.text()'
```
## License
[MIT](../LICENSE)

Loading…
Cancel
Save