From ab636e08b8beb6cf0db38c4ca765a298c7d425f2 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko <36362599+Maks1mS@users.noreply.github.com> Date: Sun, 19 Sep 2021 09:22:50 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0acf94..6f10340 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,16 @@ turinglab ### Example ```bat -turinglab 0to1to0.tur 101 .\out +turinglab 0to1to0.txt .\out -t 101 1E -e E -f +``` +or +```bat +turinglab 0to1to0.txt .\out --tests 101 1E --empty-character E --force ``` Content of ```out\report.docx```: -![image](https://user-images.githubusercontent.com/36362599/133909049-5d762d15-be1e-471d-9491-a82f54d74d45.png) +![image](https://user-images.githubusercontent.com/36362599/133917663-f725d137-e33e-4440-8640-15262120c5bb.png) Content of ```out\graph.svg```: