From 9110cd1faba4f7417fbe8b929bde171e6c498d81 Mon Sep 17 00:00:00 2001 From: Martynas Date: Thu, 9 Jan 2014 09:40:12 +0200 Subject: [PATCH] Fixed the set-up instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 415a37b..ab3b65c 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ This is an Android library project that simplifies the usage of ZBar Android SDK <uses-permission android:name="android.permission.CAMERA"/> <uses-feature android:name="android.hardware.camera" /> -3. Within the application element, add the activity declartion: +3. Within the application element, add the activity declaration:
-<activity android:name="com.dm.zbar.android.scanner.ZBarScannerActivity"`
+<activity android:name="com.dm.zbar.android.scanner.ZBarScannerActivity"
             android:screenOrientation="landscape"
             android:label="@string/app_name" />