Skip to content

Commit

Permalink
adding readme.md, removing old readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmarshall committed Jan 6, 2012
1 parent 4800873 commit 4713971
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
/nbproject/*
12 changes: 0 additions & 12 deletions README

This file was deleted.

12 changes: 12 additions & 0 deletions README.MD
@@ -0,0 +1,12 @@
Gravatar library for Codeigniter by Ryan Marshall
=================================================

To use simply load the library as usual in your controller

$this->load->library('gravatar');

After this you can call any of the functions such as :

$this->gravatar->get_gravatar('emailhere');

The class is documented in the file, for any further help drop me a message on [github](https://github.com/rsmarshall) or on [twitter @rsmarshall](http://www.twitter.com/rsmarshall

0 comments on commit 4713971

Please sign in to comment.