From d7e531451f1c1196455b5d1c4e4e4d67751950d0 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 23:15:29 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02b7f6e..615aa55 100644 --- a/README.md +++ b/README.md @@ -94,13 +94,13 @@ I have tested the scanner functionality on these devices without any issues so f * HTC Thunderbolt running Android 2.3.4 * Samsung Galaxy Nexus running Android 4.0.4 -###Credits +### Credits Almost all of the code for this library project has been taken from these two places: 1. CameraPreview app from Android SDK APIDemos 2. The ZBar Android SDK: http://sourceforge.net/projects/zbar/files/AndroidSDK/ -###License +### License MIT --------------------------------------------------------------------------------------