Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ngfw authored Dec 1, 2016
1 parent 780c66b commit d6ef06e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,12 +459,7 @@ $AlexaRank = Recipe::getAlexaRank("github.com");
echo $AlexaRank;
// outputs: Current alexa ranking as position number (example: 52)
```
###Get Google PageRank
```php
$GoogleRank = Recipe::getGooglePageRank("github.com");
echo $GoogleRank;
// outputs: Current google page ranking
```

###Shorten URL
```php
$TinyUrl = Recipe::getTinyUrl("https://github.com/ngfw/Recipe");
Expand Down

0 comments on commit d6ef06e

Please sign in to comment.