Skip to content

Commit

Permalink
Merge pull request #85 from markets/fix_readme
Browse files Browse the repository at this point in the history
Fix badge links in README
  • Loading branch information
tdreyno authored Jan 19, 2024
2 parents 3099653 + 61c6a80 commit 7ff53f1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ gem install middleman
middleman init MY_PROJECT
```

If you already have a Middleman project: Add `gem "middleman-syntax"` to your `Gemfile` and run `bundle install`.

**This plugin will not work on Ruby 1.8!** Rouge requires 1.9+, so we do too.
If you already have a Middleman project, add `gem "middleman-syntax"` to your `Gemfile` and run `bundle install`.

## Configuration

Expand Down Expand Up @@ -204,5 +202,5 @@ Copyright (c) 2012-2014 Benjamin Hollis. MIT Licensed, see [LICENSE] for details

[middleman]: http://middlemanapp.com
[gem]: https://rubygems.org/gems/middleman-syntax
[travis]: http://travis-ci.org/middleman/middleman-syntax
[codeclimate]: https://codeclimate.com/github/middleman/middleman-syntax
[LICENSE]: https://github.com/middleman/middleman-syntax/blob/master/LICENSE.md

0 comments on commit 7ff53f1

Please sign in to comment.