Skip to content

Commit 304a52e

Browse files
committed
docs: Update README.md
Signed-off-by: plsankar <[email protected]>
1 parent 1339d40 commit 304a52e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![](https://jitpack.io/v/ctrlbytes/CodeKit.svg)](https://jitpack.io/#ctrlbytes/CodeKit)
44
[![API](https://img.shields.io/badge/API-19%2B-orange.svg?style=flat)](https://android-arsenal.com/api?level=19)
5+
![Android CI](https://github.com/ctrlbytes/CodeKit/actions/workflows/android.yml/badge.svg)
56

67
## Adding to your project
78

@@ -88,6 +89,6 @@ val items = dbCursor.toList {
8889
### Utils KTX
8990
```kotlin
9091
runSafe {
91-
// do things that may throw error (error will be printed to the console)
92+
// do things that may throw error and don't care about the error (error will be printed to the console)
9293
}
9394
```

0 commit comments

Comments
 (0)