From 20a8078a2cdfe5fa1d0dc01e76c7d2ea76f2d00d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 7 Mar 2021 21:37:08 +0100 Subject: [PATCH] spellchecking --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf3d16567..329b4ea04 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Some of the following requirements are only necessary for developers and not for * PHP extension: php8.0 php8.0-dev php8.0-cli php8.0-common php8.0-mysql php8.0-pgsql php8.0-xdebug php8.0-opcache php8.0-pdo php8.0-sqlite php8.0-mbstring php8.0-curl php8.0-imap php8.0-bcmath php8.0-zip php8.0-dom php8.0-xml php8.0-phar php8.0-gd php-pear * apache2 (recommended) or nginx * mysql-server or postgresql postgresql-contrib -* Make sure that url rewriting is active +* Make sure that URL rewriting is active * Download the Orange-Management project or clone the Orange-Management repository (incl. submodules). Please note if you are only interested in using the framework without the web application you only have to configure your autoloading correctly for the **phpOMS** framework or use the autoloader provided by the framework in `phpOMS/Autoloader.php` and install the required php extensions mentioned above.