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