Fix missing backtick
authorSiraaj Khandkar <siraaj@khandkar.net>
Sun, 19 Aug 2018 16:44:32 +0000 (12:44 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sun, 19 Aug 2018 16:44:32 +0000 (12:44 -0400)
README.md

index 5381f90..0ca3ca5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ now, is superfluous), so now it is essentially a pub-sub - parallel publishers
 subscribers that can filter-out what they need and then do whatever they want
 with the data. Status bar is one such subscriber:
 
-`P1 > pipe&; P2 > pipe&; ... PN > pipe&; tail -f pipe | tee >(S1) >(S2) ... >(SN) > /dev/null
+`P1 > pipe&; P2 > pipe&; ... PN > pipe&; tail -f pipe | tee >(S1) >(S2) ... >(SN) > /dev/null`
 
 The cool thing is that, because the pipe is always read (`tail -f ... > /dev/null`),
 the publishers are never blocked, so we get a live stream of event to which we
This page took 0.018415 seconds and 4 git commands to generate.