Remove extra newline

This commit is contained in:
Bryan Crowe 2014-10-26 23:05:46 -04:00
parent f1dc8536e9
commit 0e188bfc3a
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ $ composer require league/skeleton
``` php
$skeleton = new League\Skeleton();
echo $skeleton->echoPhrase('Hello, League!');
```
## Testing