Skip to content

Commit

Permalink
Fix typo in doc setup page
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweener committed Nov 13, 2024
1 parent bdd8652 commit c25e2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Then add CZAN dependency to your module:
czan = "2.3.3" // Check latest version

[libraries]
czan = { group = "io.github.tweener", name = "czan", version.ref = "tweenerCzan" }
czan = { group = "io.github.tweener", name = "czan", version.ref = "czan" }
```

```kotlin title="build.gradle.ktx"
Expand Down

0 comments on commit c25e2ec

Please sign in to comment.