From 9c389b1ea55f42000ede2fda9142b45c8545adb7 Mon Sep 17 00:00:00 2001 From: Edwin Onuonga Date: Sun, 14 Apr 2019 03:11:21 +0100 Subject: [PATCH] Remove version numbers from paper identifiers --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b7374e..7f8f2e1 100644 --- a/README.md +++ b/README.md @@ -307,13 +307,13 @@ paper.updated_at 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?