Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ianj-als/pypeline.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Johnson <ian.johnson@appliedlanguage.com>2013-03-14 14:31:30 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2013-03-14 14:31:30 +0400
commit67c1f446a17fd7111fa4ad2cad9078a80ce31194 (patch)
tree2daaf4807053521606bf1e611628412b17a03250
parenta7084b686f5196f1bbac5d389b4a6cd7f15c83fb (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ebf07a3..37a1774 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ The library also implements some monad classes, primarily, for use with the Klei
## Pipelines
-Pipelines can be constructed using the helpers function in the [pypeline.helpers.helpers](https://github.com/ianj-als/pypeline/blob/master/src/pypeline/helpers/helpers.py) module. There are three primitives that can be constructed:
+Pipelines can be constructed using the helper functions defined in the modules in [pypeline.helpers](https://github.com/ianj-als/pypeline/blob/master/src/pypeline/helpers). There are three primitives that can be constructed:
1. Pipelines,
2. Pipeline components, and
3. Wires.