README.md in seo_info-0.0.1 vs README.md in seo_info-0.0.2
- old
+ new
@@ -1,15 +1,23 @@
Description
===========
seo_info gem gets different seo information for web-sites.
-Features
-========
+Usage
+=====
Things that you are able to do right now with this gem:
+* Google Page Rank for pages and web-sites:
+
+ google = SeoInfo::Google.new('example.com')
+ google.page_rank
+
* Number of pages indexed by Google
+
+ google = SeoInfo::Google.new('example.com')
+ google.indexed_pages
Install
=======
`gem install seo_info`
\ No newline at end of file