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

Commit

Permalink
update docker and GitHub ref (#93)
Browse files Browse the repository at this point in the history
* updated docker reference

* updated github reference
  • Loading branch information
de-code committed Aug 4, 2021
1 parent 4a2b3f8 commit 3546ec0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -96,13 +96,13 @@ curl --fail --show-error \
### Docker Usage

```bash
docker pull elifesciences/sciencebeam_parser-poc_unstable
docker pull elifesciences/sciencebeam-parser
```

```bash
docker run --rm \
-p 8070:8070 \
elifesciences/sciencebeam_parser-poc_unstable
elifesciences/sciencebeam-parser
```

## See also
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@ def local_scheme(version):
},
setup_requires=['setuptools_scm'],
author="Daniel Ecer",
url="https://github.com/de-code/sciencebeam_parser",
url="https://github.com/elifesciences/sciencebeam-parser",
install_requires=REQUIRED_PACKAGES,
packages=packages,
include_package_data=True,
Expand Down

0 comments on commit 3546ec0

Please sign in to comment.