From 5839a0174ebf3b9544053971df6eaa386f623751 Mon Sep 17 00:00:00 2001 From: struga Date: Thu, 25 Aug 2022 15:45:32 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e40600..31b35f0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ and triggers for attempts at fraudulent actions **Language use antlr4, developers can use this documentation** - https://www.antlr.org/ -####How build docs locally? +#### How build docs locally? 1. ```python3 -m venv .``` @@ -17,4 +17,4 @@ and triggers for attempts at fraudulent actions 3. ```pip install -r requirements.txt``` -4. ```mkdocs serve --livereload``` \ No newline at end of file +4. ```mkdocs serve --livereload```