Skip to content

Commit 4ceb12a

Browse files
authored
Fix dependencies typo in README
1 parent 995e64e commit 4ceb12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
maven("https://maven.pkg.github.com/lamba92/kotlinjs-firebase-declarations")
2121
}
2222

23-
dependenceis {
23+
dependencies {
2424

2525
val kotlinJsFirebaseDeclarationsVersion: String by project
2626
implementation("com.github.lamba92", "kotlinjs-firebase-declarations-analytics", kotlinJsFirebaseDeclarationsVersion)

0 commit comments

Comments
 (0)