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-05 19:52:39 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2013-03-05 19:52:39 +0400
commita7084b686f5196f1bbac5d389b4a6cd7f15c83fb (patch)
tree1c5ae728c63d94ddc7a3d51eaf9457670f270fab
parent3fe4cd595741a81e389c7a873b741ce0f8943463 (diff)
Typo fixed in Readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c2cccd..ebf07a3 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 primatives that can be constructed:
+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:
1. Pipelines,
2. Pipeline components, and
3. Wires.