From b4aeb588972ac3cc0bfb0169d292698d0ed28552 Mon Sep 17 00:00:00 2001
From: markus <markus.holzer@fau.de>
Date: Tue, 16 Jun 2020 15:08:34 +0200
Subject: [PATCH] update README

---
 README.md       | 1 +
 RELEASE-VERSION | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
 delete mode 100644 RELEASE-VERSION

diff --git a/README.md b/README.md
index 445ea5a1..75baf971 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ It even comes with an integrated Chapman Enskog analysis based on sympy!
 
 Common test scenarios can be set up quickly:
 ```python
+from lbmpy.scenarios import create_channel
 ch = create_channel(domain_size=(300,100, 100), force=1e-7, method="trt",
                     equilibrium_order=2, compressible=True,
                     relaxation_rates=[1.97, 1.6], optimization={'target': 'gpu'})
diff --git a/RELEASE-VERSION b/RELEASE-VERSION
deleted file mode 100644
index 0c1aded5..00000000
--- a/RELEASE-VERSION
+++ /dev/null
@@ -1 +0,0 @@
-0.2.12.dev4+729b9d0110
\ No newline at end of file
-- 
GitLab