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". diff --git a/config/config.yml.template b/config/config.yml.template index 21eaeca..159585b 100644 --- a/config/config.yml.template +++ b/config/config.yml.template @@ -15,7 +15,7 @@ theme: default # The name of your custom theme themes_url: ~ # Pico will try to guess the URL to the themes dir of your installation; # If this fails, override it here. Example: https://example.com/pico/themes/ theme_config: # Additional theme-specific 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: # Twig template engine config autoescape: html # Let Twig escape variables by default strict_variables: false # If set to true, Twig will bail out when unset variables are being used