Skip to content

Commit b399fc7

Browse files
authored
Update README.md
1 parent a031a12 commit b399fc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

qrview/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ Add the dependency
5959
app:QR_backgroundColor="@android:color/white"/>
6060
```
6161

62-
#### Case II: Creating QR in Java file
62+
#### Case II: Creating QR in the Activity
6363

6464
```java
6565

6666
QRView qrView = findViewById(R.id.qrView);
6767

68-
qrView.setData("https://chtgupta.github.io") // the only required method, rest all methods and listener are optional
68+
qrView.setData("https://chtgupta.github.io") // the only required method, rest all are optional
6969

7070
.setSize(120, QRParams.DP)
7171
.setErrorCorrectionLevel(ErrorCorrection.H)
@@ -104,9 +104,9 @@ Add the dependency
104104

105105
Chahat Gupta – [@chtgupta](https://chtgupta.github.io)admin@speakapp.me
106106

107-
Distributed under the MIT license. See ``LICENSE`` for more information.
107+
Distributed under the APACHE 2.0 license. See ``LICENSE`` for more information.
108108

109-
[https://github.com/chtgupta/FadeInTextView-Android/](https://github.com/chtgupta/FadeInTextView-Android/)
109+
[https://github.com/chtgupta/QRUtils-Android/](https://github.com/chtgupta/QRUtils-Android/)
110110

111111
## Contributing
112112

0 commit comments

Comments
 (0)