From d370f53d57a660028b64594a9aebe28cfc0f5cb8 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Wed, 9 Oct 2019 11:19:45 +0200
Subject: [PATCH] Fix error in README.md: pystencils[pyopencl] ->
 pystencils[opencl]

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

diff --git a/README.md b/README.md
index 4863b32c0..56e0ec47e 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ Without `[interactive]` you get a minimal version with very little dependencies.
 
 All options:
 -  `gpu`: use this if an Nvidia GPU is available and CUDA is installed
--  `pyopencl`: basic OpenCL support (experimental)
+-  `opencl`: basic OpenCL support (experimental)
 - `alltrafos`: pulls in additional dependencies for loop simplification e.g. libisl
 - `bench_db`: functionality to store benchmark result in object databases
 - `interactive`: installs dependencies to work in Jupyter including image I/O, plotting etc.
-- 
GitLab