Skip to content

Commit

Permalink
Merge pull request #10 from Steven-Galvin/patch-1
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
oriolgual committed Jun 29, 2017
2 parents 8001bd7 + f1f9d10 commit 7074c6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
@@ -1,4 +1,4 @@
#Markdownizer
# Markdownizer

A simple gem for Rails 3 to render some ActiveRecord text field as Markdown!

Expand All @@ -7,7 +7,7 @@ It mixes CodeRay and RDiscount to give you awesome code highlighting :)
You can check the generated Rocco documentation on the [project
page](http://codegram.github.com/markdownizer).

##Install
## Install

In your Gemfile:

Expand Down Expand Up @@ -69,7 +69,7 @@ Post.create body: """

And then, in your view you just have to call `@post.rendered_body` :)

##Contribute!
## Contribute!

* Fork the project.
* Make your feature addition or bug fix.
Expand Down

0 comments on commit 7074c6c

Please sign in to comment.