Skip to content

Commit 3ff394e

Browse files
committed
Fix typo
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
1 parent e6a03ca commit 3ff394e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Note: The `latest` tag on DockerHub points to the recent commits in the `main` b
3434

3535
## Updating PlantUML
3636

37-
PlantUML is a Java based tool which is packaged in a single JAR file. You can fine the latest released in their [GitHub repo under Releases](https://github.com/plantuml/plantuml/releases). When updating the Docker file with a new release of PlantUML you'll need to download the relevant JAR file first and then generate a checksum using `sha1sum`. Here are the steps:
37+
PlantUML is a Java based tool which is packaged in a single JAR file. You can find the latest released in their [GitHub repo under Releases](https://github.com/plantuml/plantuml/releases). When updating the Docker file with a new release of PlantUML you'll need to download the relevant JAR file first and then generate a checksum using `sha1sum`. Here are the steps:
3838

3939
1. Download the JAR file: `curl -o plantuml.jar -L https://github.com/plantuml/plantuml/releases/download/v1.2024.6/plantuml-1.2024.6.jar`
4040
2. Generate the checksum: `sha1sum plantuml.jar`

0 commit comments

Comments
 (0)