Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xZhangKe authored Sep 19, 2024
1 parent b411b99 commit 51e1e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ Additionally, there is an annotation module and a runtime module:

```kotlin
// For modules that only need to use annotations
ksp("io.github.0xzhangke:krouter-runtime:$latest_version")
implementation("io.github.0xzhangke:krouter-runtime:$latest_version")
// For modules that need routing capabilities
ksp("io.github.0xzhangke:krouter-annotation:$latest_version")
implementation("io.github.0xzhangke:krouter-annotation:$latest_version")
```

## Implementation Details
Expand Down

0 comments on commit 51e1e32

Please sign in to comment.