Skip to content

Commit 5cbbe8b

Browse files
authored
Update README.md
1 parent cdb367f commit 5cbbe8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ You can expect a fully functional QR scanning activity to launch in **a single l
2222

2323
QRUtils provides separate modules for different functionalities. All the modules listed here are concerned with creating or reading QR codes. See individual instructions for each module to know what they do:
2424

25-
## QRView
25+
#### QRView
2626

2727
QRView is a custom Android View that facilitates generation of customized QR codes in as less as **3 lines of code**. It can also generate QR codes directly from XML attributes. Forget 300 lines of code and multiple classes to generate QR bitmaps. This library is all you need. Read more about implementation and usage of QRView [here](qrview/README.md).
2828

29-
## QRActivity
29+
#### QRActivity
3030

3131
QRActivity is a customizable, pre-built QR scanner activity which you can built with required parameters and launched in order to get the scanned result. Other features include flashlight toggle and file picker to read QR codes from image files. Read more about implementation and usage of QRActivity [here](aractivity/README.md).
3232

@@ -50,8 +50,8 @@ dependencies {
5050
## Usage
5151
To get started, see the individual instructions for each module:
5252

53-
* [QRView](qrview/README.md)
54-
* [QRActivity](qractivity/README.md)
53+
* [QRView - to create QR codes](qrview/README.md)
54+
* [QRActivity - to read / scan QR codes](qractivity/README.md)
5555

5656
## Sample app
5757

0 commit comments

Comments
 (0)