Skip to content

Commit 4e68a10

Browse files
authored
Update README.md
1 parent 009e85b commit 4e68a10

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
@@ -19,7 +19,7 @@ implemented.
1919

2020
- Variants of SDC: explicit, implicit, IMEX, multi-implicit, Verlet,
2121
multi-level, diagonal, multi-step
22-
- Variants of PFASST: virtual parallel or MPI-based parallel,
22+
- Variants of PFASST: virtually parallel or MPI-based parallel,
2323
classical or multigrid perspective
2424
- 8 tutorials: from setting up a first collocation problem to SDC,
2525
PFASST and advanced topics
@@ -44,7 +44,7 @@ will give you a core version of `pySDC` to work with,
4444
working with the developer version is most often the better choice. We
4545
thus recommend to checkout the code from GitHub and install the
4646
dependencies e.g. by using [micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html). For this, `pySDC` ships with environment files
47-
which can be found in the folder `etc/`. Use these as e.g.
47+
which can be found in the folder `etc/` or within the projects. Use these as e.g.
4848

4949
``` bash
5050
micromamba create -f etc/environment-base.yml

0 commit comments

Comments
 (0)