diff --git a/README.md b/README.md index 3cb8b82..96ff082 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,10 @@ Start by creating a working directory to work in. I will refer to this as [Work Once that is accomplished, change into that [WorkdingDirectory] and: -``git clone https://code.cacert.org/cacert/oidc-registration-php.git`` -``cd oidc-registration-php`` +``` +git clone https://code.cacert.org/cacert/oidc-registration-php.git +cd oidc-registration-php +``` Once there, you can open the INSTALL.txt file and follow those instructions.