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>2012-08-14 13:51:47 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2012-08-14 13:51:47 +0400
commitf1c8d1661f3982984b0e5aff872331357701aa50 (patch)
treeb89d0d3fef1dba3be7a9d1bbfc4d4c499ae0e9e9 /README.md
parent80924004f239507a529ff08e80a4faed8561f7d3 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ee37ae3..e1c2499 100644
--- a/README.md
+++ b/README.md
@@ -62,9 +62,9 @@ There are no rules for creating your pipelines. Pipelines, pipeline components,
### Pipeline Component Functions
-#### `helpers.cons_function_component(function, input_forming_function = None, output_forming_function = None, state_mutator = None)
+#### `helpers.cons_function_component(function, input_forming_function = None, output_forming_function = None, state_mutator = None)`
-### `helpers.cons_subprocess_component(process_pipe, input_forming_function, output_forming_function, state_mutator = None)
+#### `helpers.cons_subprocess_component(process_pipe, input_forming_function, output_forming_function, state_mutator = None)`
### Wire Functions