From 0d5ba087233dc4d2d4d60e61f58891b0cb1d736c Mon Sep 17 00:00:00 2001 From: Vladimir Mikheev <33777074+vladdez@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:33:34 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa94427db..498d2cde7 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,12 @@ The supportet visualizations are: ![grafik](https://github.com/unfoldtoolbox/UnfoldMakie.jl/assets/10183650/af2801e5-cd64-4932-b84d-9abc1d8470ee) - -## Code Notes +## Structure +### Code Notes The code files can be found in the `src` folder. -## Documentation Notes +### Documentation Notes The documentation can be found in the `doc` folder. We use `Documenter.jl` and plan to use `Literate.jl` for future usage. In the `src` folder contained within it exists as "raw" `.md` files and in the `build` folder contained within it exists as `.html` after running the `make.jl` file.