Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammet DİLEK committed Jan 15, 2014
1 parent a8f747e commit 66f0b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before mounting Kebapress to your application, you will need:

Add the engine to your Gemfile:

```
```ruby
gem 'kebapress'
```

Expand All @@ -36,7 +36,7 @@ rake db:migrate

Mount the engine in config/routes.rb file:

```
```ruby
mount Kebapress::Engine => '/mount_point' # Example: '/blog'
```

Expand Down

0 comments on commit 66f0b1b

Please sign in to comment.