From a5c4915f3babb20e110f47ea0470ff7c1a17744f Mon Sep 17 00:00:00 2001 From: Andrew Dillon Date: Sat, 1 Apr 2017 08:16:52 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index cb35269..9cc1c17 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -[![Release](https://jitpack.io/v/Hopding/JRPiCam.svg)] -(https://jitpack.io/#Hopding/JRPiCam) +[![Release](https://jitpack.io/v/Hopding/JRPiCam.svg)](https://jitpack.io/#Hopding/JRPiCam) # JRPiCam JRPiCam is a Java API that allows Java applications running on a Raspberry Pi to access the Raspberry Pi Camera. JRPiCam achieves this functionality by using the [`ProcessBuilder`](https://docs.oracle.com/javase/7/docs/api/java/lang/ProcessBuilder.html) class to run the native `raspistill` program on the RPi. This means that