From 4e68a108748d9d99a103384c161767d2031ea815 Mon Sep 17 00:00:00 2001
From: Robert Speck <pancetta@users.noreply.github.com>
Date: Wed, 29 Jan 2025 17:53:01 +0100
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index eab2808ed..7dc67baa4 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ implemented.
 
 -   Variants of SDC: explicit, implicit, IMEX, multi-implicit, Verlet,
     multi-level, diagonal, multi-step
--   Variants of PFASST: virtual parallel or MPI-based parallel,
+-   Variants of PFASST: virtually parallel or MPI-based parallel,
     classical or multigrid perspective
 -   8 tutorials: from setting up a first collocation problem to SDC,
     PFASST and advanced topics
@@ -44,7 +44,7 @@ will give you a core version of `pySDC` to work with,
 working with the developer version is most often the better choice. We
 thus recommend to checkout the code from GitHub and install the
 dependencies e.g. by using [micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html). For this, `pySDC` ships with environment files
-which can be found in the folder `etc/`. Use these as e.g.
+which can be found in the folder `etc/` or within the projects. Use these as e.g.
 
 ``` bash
 micromamba create -f etc/environment-base.yml
-- 
GitLab