Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Feb 8, 2019
1 parent 0233301 commit 4ccc3ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -39,14 +39,14 @@ Object-Oriented approach to Solr in Ruby.
Add `solrb` to your Gemfile:

```ruby
gem solrb
gem 'solrb'
```

If you are going to use solrb with solr cloud:

```ruby
gem zk # required for solrb solr-cloud integration
gem solrb
gem 'zk' # required for solrb solr-cloud integration
gem 'solrb'
```

# Configuration
Expand Down

0 comments on commit 4ccc3ad

Please sign in to comment.