Skip to content

Commit d7fbaaf

Browse files
authored
Update index.md
1 parent ce9ded3 commit d7fbaaf

File tree

1 file changed

+1
-1
lines changed
  • src/pages/news/gsoc-2023-kflogger

1 file changed

+1
-1
lines changed

src/pages/news/gsoc-2023-kflogger/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To use KFlogger, add the following dependency to your `commonMain` sourceSet:
2222
```kotlin
2323
// Find the latest version
2424
// on https://mvnrepository.com/artifact/com.giancarlobuenaflor/kflogger
25-
implementation("com.buenaflor:kflogger:0.0.3")
25+
implementation("com.giancarlobuenaflor:kflogger:0.0.3")
2626
```
2727

2828
This will allow you to start simple logging.

0 commit comments

Comments
 (0)