aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2013-10-22 18:56:14 -0400
committermichaelt <what_is_it_to_do_anything@yahoo.com>2013-10-22 18:56:14 -0400
commitd98ea699f95ebd132da616c3eb7bb1322d058dbd (patch)
tree65e87aa671e869f4dd849b262226a87049cb479f
parentc0343bc936515472b7218f7f8d6d0f4cf4e3d1c1 (diff)
downloadtext-pipes-d98ea699f95ebd132da616c3eb7bb1322d058dbd.tar.gz
text-pipes-d98ea699f95ebd132da616c3eb7bb1322d058dbd.tar.zst
text-pipes-d98ea699f95ebd132da616c3eb7bb1322d058dbd.zip
Readme corrected again
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6aac0ad..9625b4f 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ pipes-text
3 3
4These modules `Pipes.Text` and `Pipes.Text.Parse` use materials from [`pipes-text`](https://github.com/ibotty/pipes-text) and 4These modules `Pipes.Text` and `Pipes.Text.Parse` use materials from [`pipes-text`](https://github.com/ibotty/pipes-text) and
5otherwise follows the pattern of [`pipes-bytestring`](https://github.com/Gabriel439/Haskell-Pipes-ByteString-Library), adding a few `pipes-prelude`-like operations. 5otherwise follows the pattern of [`pipes-bytestring`](https://github.com/Gabriel439/Haskell-Pipes-ByteString-Library), adding a few `pipes-prelude`-like operations.
6 6The most important function, `decodeUtf8`, written by ibotty, uses the development version of the text package; this package can however be built without it.
7 7
8 >>> runEffect $ stdinLn >-> P.takeWhile (/= "quit") >-> stdoutLn 8 >>> runEffect $ stdinLn >-> P.takeWhile (/= "quit") >-> stdoutLn
9 hi<Return> 9 hi<Return>