Adding readme php syntax.

This commit is contained in:
Jamie Isaacs 2014-09-25 23:55:53 -07:00
parent 5590fc75a4
commit 48813f3152

View File

@ -51,7 +51,8 @@ Below is an example request to get shipping rates from the UPS API.
Notice: The below line uses a stub class to fake a response from the UPS API.
You can immediately use this method in your code until you get an account with UPS.
```
```php
'request_adapter' => new RateRequest\StubUPS(),
```