Skip to content

Commit 0b4f162

Browse files
authored
readme fixes
1 parent 5b944e1 commit 0b4f162

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ This template lays out a set of recommended folders for organizing files in the
1313
These folders are:
1414

1515
- `custom/` custom code for the project
16+
- `data/` any data from the project that are included in the repository
17+
- `figures/` any figures from the project that are included in the repository
1618
- `notebooks/` Jupyter notebooks that do or illustrate parts of the project
1719
- `scripts/` scripts that run parts of the project
18-
- `figures/` any figures from the project that are included in the repository
19-
- `data/` any data from the project that are included in the repository
2020

2121
In addition, the repository should include the following files:
2222

23-
- A LICENSE file, indicating the LICENSE that the code is shared under
24-
- A requirements.txt file, listing out any dependencies
23+
- A `LICENSE` file, indicating which license the code is shared under
24+
- A `requirements.txt` file, listing out any dependencies
2525

2626
## README Outline
2727

0 commit comments

Comments
 (0)