From d6ef06e8f86380b874b8b8dc2d84ea54511f0c70 Mon Sep 17 00:00:00 2001 From: Nick Gejadze Date: Thu, 1 Dec 2016 14:04:44 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index f4f6511..e9c9888 100644 --- a/README.md +++ b/README.md @@ -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");