Skip to content

Commit

Permalink
tweak README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Chiu committed May 24, 2017
1 parent 0147ef3 commit ddf5fdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Blacklight::Ris
# blacklight-ris

Adds "Download in RIS format" functionality to Blacklight

Expand All @@ -7,7 +7,7 @@ Adds "Download in RIS format" functionality to Blacklight
Add this line to your application's Gemfile:

```ruby
gem 'blacklight-ris', :path => '/home/jeffchiu/blacklight-ris' # TODO
gem 'blacklight-ris', :git => 'https://github.com/upenn-libraries/blacklight-ris.git'
```

And then execute:
Expand All @@ -23,7 +23,7 @@ and define your field mappings using the `ris_field_mappings` hash.
```ruby
class SolrDocument

# ...
# ...existing code...

include Blacklight::Solr::Document::RisFields
use_extension(Blacklight::Solr::Document::RisExport)
Expand Down Expand Up @@ -59,7 +59,7 @@ includes.

```ruby
class CatalogController < ApplicationController
# existing includes...
# ...existing includes...
include Blacklight::Catalog

# add this line
Expand Down

0 comments on commit ddf5fdb

Please sign in to comment.