Skip to content

Commit 5205105

Browse files
authored
docs: README code fence highlighting (#2150)
1 parent c9995b7 commit 5205105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ The _Google\Service_ classes are generally automatically generated from the API
446446

447447
Some services return XML or similar by default, rather than JSON, which is what the library supports. You can request a JSON response by adding an 'alt' argument to optional params that is normally the last argument to a method call:
448448

449-
```
449+
```php
450450
$opt_params = array(
451451
'alt' => "json"
452452
);

0 commit comments

Comments
 (0)