diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-02-10 19:28:28 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-02-10 19:30:46 +0100 |
commit | 3496e649c9166aaa21a162b74bcbec349264e76a (patch) | |
tree | c82d503885f6918c19557387533002299fac36c1 | |
parent | a07298866d7b1805c97cf2528379511e16c6908d (diff) |
Corrected tips title to be more clear
The title "Tips on using the pipeline" was a little generic and could be
confused with people who want to reproduce the result, not the designers of
the pipeline. So it was changed to "Tips on expanding this template
(designing your pipeline)". Some minor edits were also made to its first
paragraph.
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -244,13 +244,13 @@ been explained here), please let us know to correct it. -Tips on using the pipeline -========================== +Tips on expanding this template (designing your pipeline) +========================================================= -The following is a list of points, tips, or recommendations that have been -learned after some experience with this pipeline. Please don't hesitate to -share any experience you gain after using this pipeline with us. In this -way, we can add it here for others to also benefit. +The following is a list of design points, tips, or recommendations that +have been learned after some experience with this pipeline. Please don't +hesitate to share any experience you gain after using this pipeline with +us. In this way, we can add it here for the benefit of others. - **Modularity**: Modularity is the key to easy and clean growth of a project. So it is always best to break up a job into as many |