Skip to content

Commit

Permalink
Added syntax highlighting to README.md (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
theel0ja authored and Jean85 committed Feb 17, 2018
1 parent 25a2134 commit 4dd0a3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -142,7 +142,7 @@ git checkout master

9. Update the version in ``Client.php``:

```
```php
class Raven_Client
{
const VERSION = '1.10.x-dev';
Expand All @@ -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"
Expand Down

0 comments on commit 4dd0a3e

Please sign in to comment.