Skip to content

Commit

Permalink
readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Dec 5, 2015
1 parent 01664a3 commit c301fae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Search works by DOI

```ruby
require 'serrano'
Serrano.works(doi: '10.1371/journal.pone.0033693')
Serrano.works(ids: '10.1371/journal.pone.0033693')
```

Search works by query string
Expand All @@ -97,7 +97,7 @@ res.links(true)
# just xml links, if present
res.links_xml(true)
# just pdf links, if present
res.links_pdf(true)
res.links_pdf
```

Search journals by publisher name
Expand Down Expand Up @@ -127,7 +127,7 @@ Serrano.random_dois(sample: 100)
Content negotiation

```ruby
Serrano.cn(ids: '10.1126/science.169.3946.635', format: "citeproc-json")
Serrano.content_negotiation(ids: '10.1126/science.169.3946.635', format: "citeproc-json")
```

### Use on the CLI
Expand Down

0 comments on commit c301fae

Please sign in to comment.