diff --git a/README.md b/README.md index 48bed3f..af1a979 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This repository contains shared files for all documentation pages as well as the ## Setup for a new repository ```bash +Github git submodule add https://github.com/amphp/amphp.github.io docs/.shared # copy .gitignore, _config.yml and Gemfile from another repository # adjust navigation and paths in _config.yml diff --git a/index.html b/index.html index b7ee49b..6404dca 100644 --- a/index.html +++ b/index.html @@ -44,9 +44,10 @@

if ($response->getStatus() !== 200) { throw new HttpException; } -} catch (HttpException $e) { - // handle error -} +} catch (HttpException $e) +{ + // handle error } + @@ -117,12 +118,13 @@