From 18eafc76118497fd5e7f895e0184ef6b5bcaadd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erdi=20G=C3=BCrb=C3=BCz?= Date: Sat, 8 Aug 2020 12:35:01 +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 11e757d..abe9777 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ locale: en_EN request: timeout: 3 - userAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11 + userAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML) Chrome/23.0.1271.97 Safari/537.11 parser: titleCharLimit: 100 @@ -92,4 +92,4 @@ $ python3 setup.py install` - SQLAlchemy>=1.3.18 For database dialect, you must install the special dialect package for the database you use. -For example, if you are using MySQL, the `PyMySQL` package must be installed. \ No newline at end of file +For example, if you are using MySQL, the `PyMySQL` package must be installed.