Skip to content

Commit 0cf0200

Browse files
authored
Fixed footnote in README.md
1 parent 5756094 commit 0cf0200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
3535
├── plots <- All exported plots go here, best in date folders
3636
|
37-
├── notebooks <- Pluto, Jupyter, Weave or any other mixed media notebooks.[^1]
37+
├── notebooks <- Pluto, Jupyter, Weave or any other mixed media notebooks.*
3838
3939
├── scripts <- Various scripts, e.g. simulations, plotting, analysis,
4040
│ │ The scripts use the `src` folder for their base code.
@@ -58,4 +58,4 @@
5858
5959
```
6060

61-
[^1]: Instead of having a separate *notebooks* folder, you can also delete it and integrate your notebooks in the scripts folder. However, notebooks should always be marked by adding `nb_` in front of the file name.
61+
*Instead of having a separate *notebooks* folder, you can also delete it and integrate your notebooks in the scripts folder. However, notebooks should always be marked by adding `nb_` in front of the file name.

0 commit comments

Comments
 (0)