We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0ba5c5 + 8b1cb10 commit afbfb7aCopy full SHA for afbfb7a
1 file changed
README.md
@@ -15,13 +15,13 @@ Add the dependency to your gradle build file:
15
Non-material version:
16
17
```kotlin
18
-implementation("com.seanproctor:data-table:<VERSION>")
+implementation("com.seanproctor:datatable:<VERSION>")
19
```
20
21
Material 3:
22
23
24
-implementation("com.seanproctor:data-table-material3:<VERSION>")
+implementation("com.seanproctor:datatable-material3:<VERSION>")
25
26
27
Draw a table
@@ -87,4 +87,4 @@ PaginatedDataTable(
87
}
88
89
90
-```
+```
0 commit comments