mremi / UrlShortener

A PHP library to generate shortened URL through famous API like Bit.ly or Google
MIT License
79 stars 32 forks source link

Corrected expand examples #4

Closed drmonkeyninja closed 8 years ago

drmonkeyninja commented 8 years ago

Unless I've misunderstood your examples you should be using setShortUrl() rather than setLongUrl() when expanding a URL.

mremi commented 8 years ago

Good catch, thanks @drmonkeyninja