Skip to content

Commit

Permalink
docs: Fix README not updated
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Jan 7, 2023
1 parent 32335ec commit 26a0991
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 @@ -15,7 +15,7 @@ Grab a build from the [Releases page](https://github.com/kitten-science/kitten-s
### Bookmarklet

```
javascript:(function(){var d=document,s=d.createElement('script');s.src='https://github.com/kitten-science/kitten-scientists/releases/download/v2.0.0-beta.1/kitten-scientists-2.0.0-beta.1.user.js';d.body.appendChild(s);})();
javascript:(function(){var d=document,s=d.createElement('script');s.src='https://github.com/kitten-science/kitten-scientists/releases/download/v2.0.0-beta.2/kitten-scientists-2.0.0-beta.2.user.js';d.body.appendChild(s);})();
```

### Container
Expand All @@ -25,7 +25,7 @@ You can pull any version of the script as a container. The images are hosted on
The container exposes Kittens Game's own development server on port 8080. It has the version of the userscript injected into it, according to the tag on the image.

```shell
docker run --publish 8080:8080 --rm ghcr.io/kitten-science/kitten-scientists:2.0.0-beta.1
docker run --publish 8080:8080 --rm ghcr.io/kitten-science/kitten-scientists:2.0.0-beta.2
```

## Documentation
Expand Down

0 comments on commit 26a0991

Please sign in to comment.