summaryrefslogtreecommitdiff
path: root/other/apidsl
diff options
context:
space:
mode:
authorflan <flan@flande.re>2015-04-26 09:57:50 +0200
committerflan <flan@flande.re>2015-04-26 09:57:50 +0200
commit045b510a14950219bad594c22f15b8ba625be59e (patch)
tree468b5e0e90d60d1edd790ae8dc64658d8c82350c /other/apidsl
parent422e74424a759c31d1dcfe0d1d9fbce3f39efb32 (diff)
fix useless use of cat
Diffstat (limited to 'other/apidsl')
-rw-r--r--other/apidsl/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/apidsl/README.md b/other/apidsl/README.md
index c8241eb8..0b3e776d 100644
--- a/other/apidsl/README.md
+++ b/other/apidsl/README.md
@@ -4,7 +4,7 @@ with: https://github.com/iphydf/apidsl
4You can also use the following command if you can't install it: 4You can also use the following command if you can't install it:
5 5
6``` 6```
7cat tox.in.h | curl -X POST --data-binary @- https://criticism.herokuapp.com/apidsl > tox.h 7curl -X POST --data-binary @- https://criticism.herokuapp.com/apidsl < tox.in.h > tox.h
8``` 8```
9 9
10Note that the output must be passed through astyle with the config in 10Note that the output must be passed through astyle with the config in