From aa1c2134386c50666408c7fa1b5832f093991d2d Mon Sep 17 00:00:00 2001 From: Onni Saarni <165258881+OnniSaarni@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:02:54 +0300 Subject: [PATCH] Fix typo README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 869c125..fbdb3af 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ git clone https://github.com/userjack6880/Open-Report-Parser.git Optionally, a [zip file of the latest release](https://github.com/userjack6880/Open-Report-Parser/releases) can be downloaded. -Rename `repoart-parser.conf.pub` to `report-parser.conf` and edit the configuration for your environment (see the next section on **Configuration Options** for details). Finally, some condierations need to be taken in account due to limitations in stock configurations of MySQL/MariaSQL on some distros, it may be necessary to add the following to your configuration (i.e. in /etc/mysql/mariadb.conf.d/50-server.cnf): +Rename `report-parser.conf.pub` to `report-parser.conf` and edit the configuration for your environment (see the next section on **Configuration Options** for details). Finally, some condierations need to be taken in account due to limitations in stock configurations of MySQL/MariaSQL on some distros, it may be necessary to add the following to your configuration (i.e. in /etc/mysql/mariadb.conf.d/50-server.cnf): ``` innodb_large_prefix = on @@ -263,4 +263,4 @@ Thanks to [all who contributed](https://github.com/userjack6880/Open-Report-Pars # Licenses and Copyrights -Copyright © 2023 John Bradley (userjack6880), Copyright © 2016 TechSneeze.com, Copyright © 2012 John Bieling. Open Report Parser is released under GNU GPLv3. See `LICENSE`. \ No newline at end of file +Copyright © 2023 John Bradley (userjack6880), Copyright © 2016 TechSneeze.com, Copyright © 2012 John Bieling. Open Report Parser is released under GNU GPLv3. See `LICENSE`.