Skip to content

Commit

Permalink
Add coverage badge
Browse files Browse the repository at this point in the history
Also identify syntax for command-line context.
  • Loading branch information
atz committed Jul 12, 2016
1 parent 99507f0 commit 440f449
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
@@ -1,6 +1,6 @@
# Blacklight

[![Build Status](https://travis-ci.org/projectblacklight/blacklight.png?branch=master)](https://travis-ci.org/projectblacklight/blacklight) [![Gem Version](https://badge.fury.io/rb/blacklight.png)](http://badge.fury.io/rb/blacklight)
[![Build Status](https://travis-ci.org/projectblacklight/blacklight.png?branch=master)](https://travis-ci.org/projectblacklight/blacklight) [![Gem Version](https://badge.fury.io/rb/blacklight.png)](http://badge.fury.io/rb/blacklight) [![Coverage Status](https://coveralls.io/repos/github/projectblacklight/blacklight/badge.svg?branch=master)](https://coveralls.io/github/projectblacklight/blacklight?branch=master)

Blacklight is an open source Solr user interface discovery platform.
You can use Blacklight to enable searching and browsing of your collections.
Expand All @@ -19,7 +19,7 @@ gem "blacklight"

Run the install generator which will copy over some initial templates, migrations, routes, and configuration:

```
```bash
rails generate blacklight:install
```

Expand Down

0 comments on commit 440f449

Please sign in to comment.