Skip to content

Commit e6f1873

Browse files
authored
Update README.md
1 parent 8bd4e8e commit e6f1873

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ This README will guide you through. Good luck!
2525

2626
## Modules
2727

28-
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:
28+
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 more:
2929

30-
#### QRView
30+
### QRView
3131

32-
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).
32+
QRView is a custom Android View that facilitates the generation of customized QR codes in as less as **3 lines of code**. It can even generate QR codes directly from XML attributes. Forget 300 lines of code and multiple classes. This library is all you need. Read more about implementation and usage of QRView [here](qrview/README.md).
3333

34-
#### QRActivity
34+
### QRActivity
3535

36-
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).
36+
QRActivity is a customizable, pre-built QR scanner activity which you can be built with required parameters and launched in order to scan or read QR codes. Other features include flashlight toggle and file picker to read QR codes from image files. Read more about implementation and usage of QRActivity [here](qractivity/README.md).
3737

3838
## Installation
3939

@@ -43,10 +43,10 @@ In your `app/build.gradle` file add a dependency on one of the QRUtils libraries
4343
4444
dependencies {
4545
46-
// QRView for generating QR codes
46+
// QRView : for generating QR codes
4747
implementation 'chtgupta.qrutils:qrview:0.1.0'
4848
49-
// QRActivity for reading QR codes
49+
// QRActivity : for reading QR codes
5050
implementation 'chtgupta.qrutils:qractivity:0.1.0'
5151
}
5252
@@ -55,8 +55,8 @@ dependencies {
5555
## Usage
5656
To get started, see the individual instructions for each module:
5757

58-
* [QRView - to create QR codes](qrview/README.md)
59-
* [QRActivity - to read / scan QR codes](qractivity/README.md)
58+
* [QRView : for generating QR codes](qrview/README.md)
59+
* [QRActivity : for reading QR codes](qractivity/README.md)
6060

6161
## Sample app
6262

0 commit comments

Comments
 (0)