summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-10-14 21:46:02 +0200
committerKevin Chabowski <kevin@kch42.de>2013-10-14 21:46:02 +0200
commitaf0fd03913db3f238a331ccfebbaebcd05a85803 (patch)
treec82eacd83e150c17122cf8cb43343f34396de9d1
parent693174d1069433ff679ed26ddd92832bd7a087ec (diff)
downloadnebula2-af0fd03913db3f238a331ccfebbaebcd05a85803.tar.gz
nebula2-af0fd03913db3f238a331ccfebbaebcd05a85803.tar.bz2
nebula2-af0fd03913db3f238a331ccfebbaebcd05a85803.zip
Fixed README
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 495d819..096d379 100644
--- a/README.markdown
+++ b/README.markdown
@@ -49,7 +49,7 @@ See `example.ini` for an example.
### Aborting and continuing calculation.
-Calculation can be aborted by sending the `SIGINT` signal to the nebula2 process (this can usually be achieved by pressing <Ctrl + C> in the terminal with the nebula2 process). Stopping the job might take a while (it needs to save the current state. Also the image is rendered).
+Calculation can be aborted by sending the `SIGINT` signal to the nebula2 process (this can usually be achieved by pressing `Ctrl + C` in the terminal with the nebula2 process). Stopping the job might take a while (it needs to save the current state. Also the image is rendered).
You can continue the calculation by simply executing nebula2 with the same config file again (if the statefile is still there).