From b1ec1e55e18942a334f56c26ed6b5ebeb837be66 Mon Sep 17 00:00:00 2001 From: TheTechRobo <52163910+TheTechRobo@users.noreply.github.com> Date: Tue, 3 Sep 2019 03:53:45 -0400 Subject: [PATCH 1/2] Update README.md (#507) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ddfde2..2f5a2e0 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ That's it! Composer will automatically update Pico and all plugins and themes yo ### I've used a pre-bundled release to install Pico -Okay, installing Pico was easy, but upgrading Pico is going to be hard, isn't it? I'm affraid I have to disappoint you... It's just as simple as installing Pico! +Okay, installing Pico was easy, but upgrading Pico is going to be hard, isn't it? I'm afraid I have to disappoint you. It's just as simple as installing Pico! First you'll have to delete the `vendor` directory of your Pico installation (e.g. if you've installed Pico to `/var/www/html/pico`, delete `/var/www/html/pico/vendor`). Then [download the latest Pico release][LatestRelease] and upload all files to your existing Pico installation directory. You will be prompted whether you want to overwrite files like `index.php`, `.htaccess`, ... - simply hit "Yes". From c99e3e639d7cddb7931c8762aa5ec4a61d6f3307 Mon Sep 17 00:00:00 2001 From: Robbert Date: Sat, 14 Sep 2019 22:18:23 +0200 Subject: [PATCH 2/2] Fixed typo in config.yml (#510) --- config/config.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yml.template b/config/config.yml.template index 6a6ac19..c78c667 100644 --- a/config/config.yml.template +++ b/config/config.yml.template @@ -14,7 +14,7 @@ theme: default # The name of your custom theme theme_url: ~ # Pico will try to guess the URL to the themes dir of your installation # If this fails, override it here. Example: http://example.com/pico/themes/ theme_config: - widescreen: false # Default theme: Use more horicontal space (i.e. make the site container wider) + widescreen: false # Default theme: Use more horizontal space (i.e. make the site container wider) twig_config: cache: false # Enable Twig template caching by specifying a path to a writable directory autoescape: false # Let Twig escape variables by default