From dd00f56fda84d7240c15f9231cfafafa3fc2b0f6 Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Mon, 8 May 2023 05:26:30 +0200 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b02fb4f..afeb884 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Read [RevBank::Plugins](lib/RevBank/Plugins.pod) and [RevBank::Amount](lib/RevBa ## Exiting revbank -Exiting is not supported because it's desigend to run continuously. But if you +Exiting is not supported because it's designed to run continuously. But if you run it from a shell, you can probably stop it using ctrl+Z and then kill the process (e.g. `kill %1`). RevBank does not keep any files open, so it's safe to kill when idle.