From 4dd0a3ed35371a5e47b4a46dd90414b2831eac3f Mon Sep 17 00:00:00 2001 From: Elias Ojala Date: Sat, 17 Feb 2018 17:01:12 +0200 Subject: [PATCH] Added syntax highlighting to README.md (#551) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f9366039..d57d6f415 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ $ git checkout -b releases/1.9.x 3. Update the hardcoded version tag in ``Client.php``: -``` +```php class Raven_Client { const VERSION = '1.9.0'; @@ -142,7 +142,7 @@ git checkout master 9. Update the version in ``Client.php``: -``` +```php class Raven_Client { const VERSION = '1.10.x-dev'; @@ -151,7 +151,7 @@ class Raven_Client 10. Lastly, update the composer version in ``composer.json``: -``` +```json "extra": { "branch-alias": { "dev-master": "1.10.x-dev"