From dd9fc8ae5ff911f13455478ceacd6ba1f23670fd Mon Sep 17 00:00:00 2001 From: Bartosz Firyn Date: Wed, 14 Nov 2012 16:23:17 +0100 Subject: [PATCH] Update README [ci skip] --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 81576f5c..2f8e1148 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ BufferedImage image = webcam.getImage(); ImageIO.write(image, "PNG", new File("test.png")); ``` -For examples of **how to use Webcam Capture with IP cameras** please follow to the [appropriate -subproject](https://github.com/sarxos/webcam-capture/tree/master/webcam-capture-driver-ipcam). +For examples of how to use Webcam Capture with **IP cameras** please follow to the **[appropriate +subproject](https://github.com/sarxos/webcam-capture/tree/master/webcam-capture-driver-ipcam)**. ### Maven @@ -36,7 +36,7 @@ all JARs into your project's classpath. com.github.sarxos webcam-capture - 0.3.3 + 0.3.4 ``` @@ -44,10 +44,12 @@ all JARs into your project's classpath. If you are not using Maven nor any other dependency manager, you can simply download ZIP file containing all required JARs. ZIP for version 0.3.1 is available for download -**[here](http://repo.sarxos.pl/maven2/com/github/sarxos/webcam-capture/0.3.1/webcam-capture-0.3.1-dist.zip)**. +**[here](http://repo.sarxos.pl/maven2/com/github/sarxos/webcam-capture/0.3.4/webcam-capture-0.3.4-dist.zip)**. ## News +* 14-11-2011 - Version 0.3.4 released, additional driver supporting IP cameras + ## License Copyright (C) 2012 Bartosz Firyn