Skip to content

Commit

Permalink
Merge pull request #7 from Vinelab/develop
Browse files Browse the repository at this point in the history
update the readme file again
  • Loading branch information
Mahmoud Zalt committed May 11, 2015
2 parents db8b423 + f9e2dfa commit b32c3ba
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,8 @@ And to do so:
The easiest way is to use it is by the `Shorten` facade.
```php
$long_url = 'http://testing.tst/something/12345/something-else/54321';
$short_url = Shorten::url($long_url);
$short_url = Shorten/Shorten::url($long_url); // returns the short version of the long_url as a string
```
Note: if you have a custom namespace in your client class make sure you are using the `Shorten` class on the top of your class.
```php
use Shorten;
```





## Contribution
Expand Down

0 comments on commit b32c3ba

Please sign in to comment.