diff --git a/ElectromagneticScattering/README.md b/ElectromagneticScattering/README.md
index 576dfdbfc5c1c28c5979d3cf7608646dededed0a..9839e3caa4ffa0c2b3b1856647c60359a6d5ee0d 100644
--- a/ElectromagneticScattering/README.md
+++ b/ElectromagneticScattering/README.md
@@ -33,10 +33,10 @@ The default parameters are set to compute the T-matrix of a sphere. It retrieves
 Guillaume Demésy and Brian Stout
 
 ## References
-[1] See "[Scattering matrix of arbitrarily shaped objects: Combining Finite Elements and Vector Partial Waves](https://arxiv.org/abs/1802.00596)"" for details about T-matrices
+[1] See "[Scattering matrix of arbitrarily shaped objects: Combining Finite Elements and Vector Partial Waves](https://arxiv.org/abs/1802.00596)" for details about T-matrices
 
 ## Installation notes
-To enable python support (Python[] function) in GetDP, follow [these instructions](https://gitlab.onelab.info/getdp/getdp/wikis/GetDP-compilation) (complex arithmetic) and add to the final cmake line:
+To enable python support (Python[] function) in GetDP, follow [these instructions (with complex arithmetic)](https://gitlab.onelab.info/getdp/getdp/wikis/GetDP-compilation) and add to the final cmake line:
 
 `-DENABLE_PYTHON=ON -DPYTHON_LIBRARY=/path/to/pythonlib -DPYTHON_INCLUDE_DIR=/path/to/pythoninclude`
 *  On Debian/Ubuntu systems, for python3.6 installed with apt-get,