fix error in bash example

This commit is contained in:
Ohad Basan
2018-02-03 13:17:20 +02:00
committed by Leonid Bugaev
parent 22a67df6c0
commit f8a1b9dde6
+1 -1
View File
@@ -26,7 +26,7 @@ Simple bash echo middleware (returns same request) will look like this:
```bash
while read line; do
echo $line
end
done
```
Middleware can be enabled using `--middleware` option, by specifying path to executable file: