Skip to content

Commit afbfb7a

Browse files
authored
Merge pull request #31 from chrisjenx/patch-1
Update README.md
2 parents b0ba5c5 + 8b1cb10 commit afbfb7a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Add the dependency to your gradle build file:
1515
Non-material version:
1616

1717
```kotlin
18-
implementation("com.seanproctor:data-table:<VERSION>")
18+
implementation("com.seanproctor:datatable:<VERSION>")
1919
```
2020

2121
Material 3:
2222

2323
```kotlin
24-
implementation("com.seanproctor:data-table-material3:<VERSION>")
24+
implementation("com.seanproctor:datatable-material3:<VERSION>")
2525
```
2626

2727
Draw a table
@@ -87,4 +87,4 @@ PaginatedDataTable(
8787
}
8888
}
8989
}
90-
```
90+
```

0 commit comments

Comments
 (0)