Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Đanić <mario@lovelyhq.com>2019-02-10 06:57:24 +0300
committerGitHub <noreply@github.com>2019-02-10 06:57:24 +0300
commit1a623eaf6b997f7edfc07f80cb56e246c3254661 (patch)
treed7e6773bbcdeeebbbe618ad0ce0dc7a6196d867e
parent84aa6490229885602ec9e2b5e30f2b28a623662e (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 53c8703..98bb410 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,6 @@ Note:
* The max size is determined by your preview settings in config.php
### I get "PHP Fatal error: Allowed memory size of X bytes exhausted"
- You need to increase the memory allowance of PHP, by defualt it is 128 MB. You do that by changing the memory_limit in the php.ini file.
+ You need to increase the memory allowance of PHP, by default it is 128 MB. You do that by changing the memory_limit in the php.ini file.
If you use the docker container you need to create the php.ini file in /usr/local/etc/php first.