From 79fe41df4ae6fcc2d1331f3f1db614145a6bf206 Mon Sep 17 00:00:00 2001 From: Eric von Lieres Date: Thu, 18 Feb 2021 15:46:50 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e79347d..2afc3a5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Once the simulation has been created it must be saved before it can be run. sim.filename = "/path/to/where/you/want/the/file.hdf5" sim.save() -#Next the path to CADET needs to be set before a simulation can be run. If running on Microsoft Windows you need the path to cadet-cli.exe +#next the path to CADET needs to be set before a simulation can be run. If running on Microsoft Windows you need the path to cadet-cli.exe sim.cadet_path = '/path/to/cadet-cli'