Skip to content

Commit

Permalink
readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisoft committed Dec 24, 2016
1 parent c5e3b37 commit 196f873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ use \Alexa\Request\RequestValidator;
$alexaRequest = AlexaRequest::fromRequest();
$validator = new RequestValidator($request);
if (!$validator->validate('YOUR_APP_ID')) {
print_r($validator->getErrors(), true);
print_r($validator->getErrors());
}
```
### Responses
Expand Down

0 comments on commit 196f873

Please sign in to comment.