Skip to content

Commit

Permalink
Format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Jun 2, 2014
1 parent e5ab71f commit 90442dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _posts/2013-12-18-add-gravatar.markdown
Expand Up @@ -14,11 +14,11 @@ This guide assumes that you have already built a Rails Girls app by following th

You need to have an e-mail address registered with Gravatar for this to work. If you do not already have one you can go to [gravatar.com](http://en.gravatar.com/).

## *1.*Add the Gravtastic gem
## *1.* Add the Gravtastic gem

Open up your gemfile and under your `devise` gem add

{% highlight erb %}
{% highlight ruby %}
gem 'gravtastic'
{% endhighlight %}

Expand All @@ -30,7 +30,7 @@ bundle install

This will install the gravtastic gem. Then remember to restart your rails server.

## *2.*Set up Gravatar in your app
## *2.* Set up Gravatar in your app

Open `app/models/user.rb`, and add these lines

Expand Down

0 comments on commit 90442dd

Please sign in to comment.