From af8040bd0aade727e9025a452bd35fdd5ce20505 Mon Sep 17 00:00:00 2001 From: tkonsta <14596668+tkonsta@users.noreply.github.com> Date: Fri, 7 Jun 2024 20:23:53 +0200 Subject: [PATCH] Fix version in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b915cea..4a1380e 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ A small webapp which reads PDF417 barcodes from a pdf file and outputs the barco The webapp uses the ZXing ("Zebra Crossing") barcode scanning library (see https://github.com/zxing/zxing) to read the barcodes and Apache pdfbox to work with PDF documents (see https://pdfbox.apache.org/). The web aplication can be run standalone and started with the following command: - - java -jar pdf417-reader-1.1.3.jar + + java -jar pdf417-reader-2.0.0.jar The released jar files can be found under releases in Github. - -The webapp can also be run as a Docker container. The latest build as a Docker container can be obtained on docker hub: https://hub.docker.com/r/tkonsta/pdf417-reader-webapp + +The webapp can also be run as a Docker container. The latest build as a Docker container can be obtained on docker hub: https://hub.docker.com/r/tkonsta/pdf417-reader-webapp