add script examples to README
This commit is contained in:
10
README.md
10
README.md
@@ -18,4 +18,14 @@ Example REST Application:
|
||||
--function.code="f -> f.map(s -> s.toString().toUpperCase())"
|
||||
```
|
||||
|
||||
Using Scripts:
|
||||
|
||||
```
|
||||
./stream.fun -i words -o uppercaseWords -f "f->f.map(s->s.toString().toUpperCase())"
|
||||
```
|
||||
|
||||
```
|
||||
./web.fun -p "/words" -f "f->f.map(s->s.toString().toUpperCase())"
|
||||
```
|
||||
|
||||
(more docs soon)
|
||||
|
||||
Reference in New Issue
Block a user