From fcbf32ede08909ac2bc4f5d3bd268d4c68fe16b5 Mon Sep 17 00:00:00 2001
From: Philipp Arras <parras@mpa-garching.mpg.de>
Date: Wed, 7 Feb 2018 14:30:41 +0100
Subject: [PATCH] Minor change

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 6ee90a04a..fdd911ba4 100644
--- a/README.md
+++ b/README.md
@@ -93,10 +93,10 @@ NIFTy4 and its mandatory dependencies can be installed via:
     sudo apt-get install git libfftw3-dev python python-pip python-dev
     pip install --user git+https://gitlab.mpcdf.mpg.de/ift/NIFTy.git@NIFTy_4
 
-(Note: if you encounter problems related to `pyFFTW`, make sure that you are
-using a pip-installed `pyFFTW` package! Some distributions are unfortunately
+Note: If you encounter problems related to `pyFFTW`, make sure that you are
+using a pip-installed `pyFFTW` package. Unfortunately, some distributions are
 shipping an incorrectly configured `pyFFTW` package, which does not cooperate
-with the installed `FFTW3` libraries)
+with the installed `FFTW3` libraries.
 
 Plotting support is added via:
 
-- 
GitLab