From add03b18f67eadcad72e2cf2eb7ef23e1e563e97 Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Mon, 4 May 2020 15:19:01 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7723914..aa339b0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Looks up a DOI and returns JSON containing available author-accepted manuscripts GET http://:/lookup?doi= ``` -Example: `curl http://localhost:6502/download?doi=10.1038%2Fnature12373` +Example: `curl http://localhost:6502/lookup?doi=10.1038%2Fnature12373` Returns: ``` @@ -86,4 +86,4 @@ To build an image for local testing (e.g. with Ember), just do `docker-compose b After pushing to github master, a new image will be published to [dockerhub](https://hub.docker.com/repository/docker/oapass/download-service/tags) with a unique tag name. Go look go for it a couple minutes after pushing. -Upon creating a tag (e.g. via github releases), a Docker image will also be published and tagged after the tag name \ No newline at end of file +Upon creating a tag (e.g. via github releases), a Docker image will also be published and tagged after the tag name