Skip to content

Commit

Permalink
Merge pull request #430 from AndroidStudentClub/readme-update
Browse files Browse the repository at this point in the history
Small tweak in readme
  • Loading branch information
Zhuinden committed Aug 20, 2022
2 parents 1c84c1a + 3c67fde commit 635b727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ Use a `GroupieAdapter` anywhere you would normally use a `RecyclerView.Adapter`,
Kotlin
```kotlin
val adapter = GroupieAdapter()
recyclerView.setAdapter(adapter)
recyclerView.adapter = adapter
```

Java
Expand Down

0 comments on commit 635b727

Please sign in to comment.