From 01afccdb02b9dad95def0ed6e146a1abf72c35a3 Mon Sep 17 00:00:00 2001 From: Nikolay Kostov Date: Sat, 21 Nov 2015 17:39:53 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14c35ba..951762f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ http://www.codeproject.com/Articles/14409/GenCode-A-Code-Barcode-Generator +![GenCode128 - A Code128 Barcode Generator](Images/GenCode128.png) + ## Introduction This is a simple library that lets you do one thing very easily: generate an Image for a Code128 barcode, with a single line of code. This image is suitable for print or display in a WinForms application, or even in ASP.NET.