From 415e66edcc911947cd4a076609153889c64f4f62 Mon Sep 17 00:00:00 2001 From: Nate Oostendorp Date: Thu, 21 Apr 2011 02:57:03 +0000 Subject: [PATCH] README.markdown tweaks --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 1a8a0cc..6d41ba0 100644 --- a/README.markdown +++ b/README.markdown @@ -5,7 +5,7 @@ barcodes in images, and return position information and decoded values. This will let you read barcodes from any images in Python. If you need to threshold or filter your image prior to sending to ZXing, I -recommend using functions from (SimpleCV)[http://sf.net/p/simplecv]. +recommend using functions from [SimpleCV](http://sf.net/p/simplecv). Instructions for use