Skip to content

Commit

Permalink
Apply suggestions from code review #395
Browse files Browse the repository at this point in the history
Co-authored-by: Jakob Miksch <info@jakobmiksch.eu>
Co-authored-by: Sébastien Ronveaux <57899415+sronveaux@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 5, 2024
1 parent f1fb909 commit 894ad41
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 @@ -33,7 +33,7 @@ The latest developments are reflected within the `master` branch. We always try

In case you have to remain on the 1.x version of Wegue you can use the latest release [v1.2.1](https://github.com/wegue-oss/wegue/releases/tag/v1.2.1) or the maintenance development of v1 in the [v1 branch](https://github.com/wegue-oss/wegue/tree/v1). For a reasonable amount of time `v1` branch will be maintained.

In case you want to upgrade an existing Wegue app from v1 to the current v2 stream please have a look at the `upgrade-notes.md` file.
In case you want to upgrade an existing Wegue app from v1 to the current v2 stream please have a look at the [upgrade-notes.md](upgrade-notes.md) file.

## Development

Expand Down Expand Up @@ -133,7 +133,7 @@ Build a Wegue Docker image as follows:
docker build -t my-wegue-img:latest .
```

Start the freshly build image as container:
Start the freshly build image as a container:

``` bash
docker run -it -p 8080:80 my-wegue-img:latest
Expand Down

0 comments on commit 894ad41

Please sign in to comment.