From 0cf0200e0661df7f8a233845846a2dcdb4ea0dee Mon Sep 17 00:00:00 2001 From: jschepers Date: Mon, 9 Jan 2023 15:35:36 +0100 Subject: [PATCH] Fixed footnote in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dda3d0..7c0dc0d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ │ ├── plots <- All exported plots go here, best in date folders | -├── notebooks <- Pluto, Jupyter, Weave or any other mixed media notebooks.[^1] +├── notebooks <- Pluto, Jupyter, Weave or any other mixed media notebooks.* │ ├── scripts <- Various scripts, e.g. simulations, plotting, analysis, │ │ The scripts use the `src` folder for their base code. @@ -58,4 +58,4 @@ ``` -[^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. \ No newline at end of file +*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. \ No newline at end of file