From ab183d0c2d49acc6b3fee2aa5a37cc4529d9b51f Mon Sep 17 00:00:00 2001 From: Gwendolyn Chee Date: Fri, 13 Jul 2018 09:22:14 -0500 Subject: [PATCH] update python script name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72bbde6..cce696e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Visualization of Cyclus simulation results as an interactive map. To plot a map of the [CYCLUS](https://github.com/cyclus/cyclus) sqlite output file, open the [ipython notebook](https://github.com/arfc/Cycvis/blob/master/cycvis.ipynb) locally or run: -`python cycvis.py [cyclus_output_file.sqlite]` +`python cycmap.py [cyclus_output_file.sqlite]` ### Required Packages