Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis authored May 4, 2020
1 parent 2f0233e commit add03b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Looks up a DOI and returns JSON containing available author-accepted manuscripts
GET http://<HOSTNAME>:<PORT>/lookup?doi=<DOI>
```

Example: `curl http://localhost:6502/download?doi=10.1038%2Fnature12373`
Example: `curl http://localhost:6502/lookup?doi=10.1038%2Fnature12373`

Returns:
```
Expand Down Expand Up @@ -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
Upon creating a tag (e.g. via github releases), a Docker image will also be published and tagged after the tag name

0 comments on commit add03b1

Please sign in to comment.