Skip to content

Commit 518052d

Browse files
authored
Correct typo in README
1 parent 425aa7d commit 518052d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Works on Android API 21 (5.0, Lollipop) and above (because of OkHttp).
88
Your releases' tags must be the code version of the app and an APK must be in the binaries.
99

1010
## What it does
11-
It shows a dialog with the changelog and the name of the last release if there is a new release available.
11+
It shows a dialog with the changelog and the name of the last release if a new release is available.
1212

1313
If the user clicks OK :
1414
- Android 7 and above: Downloads and installs the APK
@@ -80,6 +80,6 @@ xml/file_provider_paths.xml
8080

8181
## Licenses & Credits
8282

83-
- [Moshi](https://github.com/square/moshi) by [Square Open Source](https://square.github.io/), licensed under The Apache 2.0 license
84-
- [OkHttp](https://github.com/square/okhttp) by [Square Open Source](https://square.github.io/), licensed under The Apache 2.0 license
85-
- [Okio](https://github.com/square/okio) by [Square Open Source](https://square.github.io/), licensed under The Apache 2.0 license
83+
- [Moshi](https://github.com/square/moshi) by [Square Open Source](https://square.github.io/), licensed under the Apache 2.0 license
84+
- [OkHttp](https://github.com/square/okhttp) by [Square Open Source](https://square.github.io/), licensed under the Apache 2.0 license
85+
- [Okio](https://github.com/square/okio) by [Square Open Source](https://square.github.io/), licensed under the Apache 2.0 license

0 commit comments

Comments
 (0)