Update README.md

This commit is contained in:
MOATAZ IBRAHIM ELDESOUKI TAWFEEK MOHAMMED 2017-01-18 10:37:07 +02:00 committed by GitHub
parent 01df4051cd
commit fb31b3f50f
1 changed files with 3 additions and 3 deletions

View File

@ -2,14 +2,14 @@
Encoding with zxing (Qr code, PDF 417) Encoding with zxing (Qr code, PDF 417)
#Add library dependency ##Add library dependency
First add encoding_zxing_lib in your project First add encoding_zxing_lib in your project
Then : Then :
compile project(path: ':encoding_zxing_lib') compile project(path: ':encoding_zxing_lib')
#To generate encode of QrCode ##To generate encode of QrCode
Example -1 Example -1
@ -33,7 +33,7 @@ Example -2
Color.BLACK, Color.BLACK,
Color.WHITE); Color.WHITE);
#To generate encode of PDF417 ##To generate encode of PDF417
Example -1 Example -1