From 69234f6bba5b2aa9e1bc0718375a236a02349565 Mon Sep 17 00:00:00 2001
From: Lambert Theisen <lambert.theisen@rwth-aachen.de>
Date: Sun, 15 Dec 2019 17:26:42 +0100
Subject: [PATCH] Fix typo in README

---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 3c471f5..7e6d1ae 100644
--- a/README.rst
+++ b/README.rst
@@ -50,7 +50,7 @@ Make sure you installed Docker and it is running on your system. You can start t
 
     # Run (and possibly pull) fenicsr13_release service
     docker-compose run --rm fenicsr13_release
-    # Only for developers, install the lastest version using pipeline
+    # Only for developers, install the lastest version using pip
     # pip install -e .
 
 When you run this for the first time, docker will pull (download and extract) the container image from our repository which is roughly 800MB and the download may require some patience. After the initial download the docker image will be stored (2-3 GB) on your system and any new run will start the container immediately.
-- 
GitLab