From 2ea3694f74092349f3ffe0ce91907998ce2c29ea Mon Sep 17 00:00:00 2001 From: mmedl94 Date: Mon, 4 Nov 2024 15:12:28 +0100 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90c6239..61fb8f8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ after downloading the file. The GUI can the be launched by importing the bioprocessnexus and running bioprocessnexus.launch_nexus() in python: -``` +``` python import bioprocessnexus bioprocessnexus.launch_nexus() ```