README.md in arx-1.0.0 vs README.md in arx-1.0.1

- old
+ new

@@ -5,12 +5,12 @@ [![Ruby Version](https://img.shields.io/badge/ruby-~%3E%202.5-red.svg)](https://github.com/eonu/arx/blob/503a1c95ac450dbc20623491060c3fc32d213627/arx.gemspec#L19) [![Gem](https://img.shields.io/gem/v/arx.svg)](https://rubygems.org/gems/arx) [![License](https://img.shields.io/github/license/eonu/arx.svg)](https://github.com/eonu/arx/blob/master/LICENSE) [![Maintainability](https://api.codeclimate.com/v1/badges/e94073dfa8c3e2442298/maintainability)](https://codeclimate.com/github/eonu/arx/maintainability) -[![Documentation](https://img.shields.io/badge/docs-rubydoc.info-blue.svg)](https://www.rubydoc.info/github/eonu/arx/master/toplevel) [![Build Status](https://travis-ci.com/eonu/arx.svg?branch=master)](https://travis-ci.com/eonu/arx) +[![Coverage Status](https://coveralls.io/repos/github/eonu/arx/badge.svg?branch=feature%2Fcoveralls)](https://coveralls.io/github/eonu/arx?branch=feature%2Fcoveralls) **A Ruby interface for querying academic papers on the arXiv search API.** <img src="https://i.ibb.co/19Djpzk/arxiv.png" width="25%" align="left"></img> @@ -305,16 +305,16 @@ # Paper's comment paper.comment? #=> false paper.comment -#=> Arx::Error::MissingField (arXiv paper 1809.09415v1 is missing the `comment` metadata field) +#=> Arx::Error::MissingField (arXiv paper 1809.09415 is missing the `comment` metadata field) # Paper's journal reference paper.journal? #=> false paper.journal -#=> Arx::Error::MissingField (arXiv paper 1809.09415v1 is missing the `journal` metadata field) +#=> Arx::Error::MissingField (arXiv paper 1809.09415 is missing the `journal` metadata field) # Paper's PDF URL paper.pdf? #=> true paper.pdf_url \ No newline at end of file