Skip to content

Commit f6af94e

Browse files
authored
Update README.md
1 parent c3561dd commit f6af94e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

AndroidAsync-Kotlin/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ suspend fun getTheRobotsTxt() {
1616
.asString()
1717
.await()
1818

19-
return googleRobots + githubRobots
19+
return googleRobots + githubRobots
20+
}
2021
```
2122

2223
That's it!
@@ -33,6 +34,7 @@ suspend fun getTheRobotsTxt() {
3334
.load("https://github.com/robots.txt")
3435
.asString()
3536

36-
return googleRobots.await() + githubRobots.await()
37+
return googleRobots.await() + githubRobots.await()
38+
}
3739
```
3840

0 commit comments

Comments
 (0)