From a694b4c2ca9415e9b6697e05b2dbb12ff962d492 Mon Sep 17 00:00:00 2001
From: Stefan Kesselheim <s.kesselheim@fz-juelich.de>
Date: Thu, 12 Jan 2023 21:09:49 +0100
Subject: [PATCH] docs

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

diff --git a/README.md b/README.md
index cfe41d5..6274adc 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ You only need to pick the number of nodes you need.
 ```bash
 git clone https://gitlab.jsc.fz-juelich.de/AI_Recipe_Book/recipes/spark-examples.git
 ```
-2. Prepare the virtual environment to install required Pyhton dependencies. 
+2. Prepare the virtual environment to install required Python dependencies. 
 - `cd spark_env`
 - Edit `requirements.txt`
 - Create the virtual environment by calling `./setup.sh`
@@ -53,7 +53,7 @@ python pyspark_pi.py
 ```
 Note that you must replace the hostname including the `i`. 
 
-You also start spark within a Jupyter Session, as in the example notebook (PySpark_PI.ipynb). 
+You also start spark within a Jupyter Session, as in the example notebook [PySpark_PI.ipynb]. 
 ![](./figs/jupyter_spark.png)
 
 ### Monitoring
-- 
GitLab