Skip to content

Commit c2bc54c

Browse files
committed
Remove trailing whitespace from lib/tasks/README.md
1 parent 8e22d98 commit c2bc54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Please note that in this document, to avoid confusion, `project` refers to an en
99
## Creating the project directory
1010
Each version of a Projects site 'project' such as a starter or finished example needs its own directory in `/project_components` as they will form separate `project`s in the database. Although the naming of these directories is inconsequential, at the moment they are roughly named in the form `{project_name}_starter` and `{project_name}_example` for the sake of consistency.
1111

12-
Each directory for a `project` should contain copies of the `python` files and any `text`, `csv` and image files that the `project` should contain. Any content reused across multiple `project`s should be duplicated in the relevant directory for each `project`.
12+
Each directory for a `project` should contain copies of the `python` files and any `text`, `csv` and image files that the `project` should contain. Any content reused across multiple `project`s should be duplicated in the relevant directory for each `project`.
1313

1414
### Populating `project_config.yml`
1515
Every directory representing a `project` must contain a `project_config.yml`. This should include the following information:

0 commit comments

Comments
 (0)