From 7af0430a3e6798f75fe1035c5478ef21606bb901 Mon Sep 17 00:00:00 2001 From: Marco Eidinger Date: Wed, 3 Nov 2021 13:39:07 -0700 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69bf297..94b3b65 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,7 @@ CLI will log only error messages per default. To log messages with lower priority (warning, info, debug) use the `--verbose` option. -Note: using `--outut consoleOnly`, to print the PlantUML script in the consle, will log any messages into a log file. This has the advantage that you can pipe the PlantUML script into a file without problems. You can tail the log file with `tail -f /tmp/swiftplantuml.log` +Note: using `--output consoleOnly`, to print the PlantUML script in the console, will log any messages into a log file. This has the advantage that you can pipe the PlantUML script into a file without problems. You can tail the log file with `tail -f /tmp/swiftplantuml.log` ## Acknowledgements