From 93539c7e3a8c4879a4ff07a65eaa9ced614808b3 Mon Sep 17 00:00:00 2001 From: Simon Waldherr Date: Sat, 20 Oct 2018 19:03:24 +0200 Subject: [PATCH] fix ZPL link in README.md --- cmd/zplgfa/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/zplgfa/README.md b/cmd/zplgfa/README.md index 266a794..4aaf30e 100644 --- a/cmd/zplgfa/README.md +++ b/cmd/zplgfa/README.md @@ -1,7 +1,7 @@ # ZPLGFA CLI Tool The ZPLGFA cli tool converts PNG, JPEG and GIF images to [ZPL](https://www.zebra.com/content/dam/zebra/manuals/printers/common/programming/zpl-zbi2-pm-en.pdf) strings. -So if you need to print labels on a [ZPL](https://en.wikipedia.org/wiki/Zebra_(programming_language) compatible printer +So if you need to print labels on a [ZPL](https://en.wikipedia.org/wiki/Zebra_(programming_language)) compatible printer (like the amazing [ZEBRA ZM400](https://amzn.to/2OD5S4n)), but don't have ZPL-templates, you can use this free tool. ## install @@ -28,4 +28,4 @@ if you need something for productive work, look at the source and build somethin ## test -You have your ZPLs, but no ZEBRA printer? You can test almost all ZPL functionality at [labelary.com](http://labelary.com/viewer.html). \ No newline at end of file +You have your ZPLs, but no ZEBRA printer? You can test almost all ZPL functionality at [labelary.com](http://labelary.com/viewer.html).