Skip to content

Commit

Permalink
Merge pull request dm77#25 from martynasb/master
Browse files Browse the repository at this point in the history
Fixed the set-up instructions
  • Loading branch information
dm77 committed Jan 22, 2014
2 parents 446c410 + 9110cd1 commit 5d9550c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
</pre>
3. Within the application element, add the activity declartion:
3. Within the application element, add the activity declaration:
<pre>
&lt;activity android:name="com.dm.zbar.android.scanner.ZBarScannerActivity"`
&lt;activity android:name="com.dm.zbar.android.scanner.ZBarScannerActivity"
android:screenOrientation="landscape"
android:label="@string/app_name" /&gt;
</pre>
Expand Down

0 comments on commit 5d9550c

Please sign in to comment.