Skip to content

Commit

Permalink
Added syntax highlighting to README.md (#551)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4dd0a3e)
  • Loading branch information
theel0ja authored and Jean85 committed May 4, 2018
1 parent 1f32847 commit 25755e6
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 @@ -131,7 +131,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 @@ -170,7 +170,7 @@ git checkout master

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

```
```php
class Raven_Client
{
const VERSION = '1.10.x-dev';
Expand All @@ -179,7 +179,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 25755e6

Please sign in to comment.