Skip to content

Commit

Permalink
[README] Use syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 21, 2014
1 parent 97a2885 commit f7e8b7e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,21 @@ A generic dependency-resolution implementation.

Add this line to your application's Gemfile:

gem 'Resolver', :git => 'https://github.com/CocoaPods/Resolver'
```ruby
gem 'Resolver', :git => 'https://github.com/CocoaPods/Resolver'
```

And then execute:

$ bundle install
```bash
$ bundle install
```

Or install it yourself as:

$ gem install Resolver
```bash
$ gem install Resolver
```

## Usage

Expand Down

1 comment on commit f7e8b7e

@segiddins
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

Please sign in to comment.