aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2013-10-22 20:03:02 -0400
committermichaelt <what_is_it_to_do_anything@yahoo.com>2013-10-22 20:03:02 -0400
commit41f8c964077f382a28abd72d96c89dbea91b194f (patch)
tree6cf4944fe436033a790e9255020fa713d2246d2c
parent8ecc4880b4e91bcadb46e0e0f179586655939dba (diff)
downloadtext-pipes-41f8c964077f382a28abd72d96c89dbea91b194f.tar.gz
text-pipes-41f8c964077f382a28abd72d96c89dbea91b194f.tar.zst
text-pipes-41f8c964077f382a28abd72d96c89dbea91b194f.zip
curse this readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b5f343a..5ad8c66 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,6 @@ The most important function, `decodeUtf8`, written by ibotty, uses the developme
11 hi 11 hi
12 quit<Return> 12 quit<Return>
13 >>> runSafeT $ runEffect $ readFile "README.md" >-> map toUpper >-> hoist lift stdout 13 >>> runSafeT $ runEffect $ readFile "README.md" >-> map toUpper >-> hoist lift stdout
14 PIPES-TEXT 14 TEXT-PIPES
15 ========== 15 ==========
16 ... \ No newline at end of file 16 ... \ No newline at end of file