Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vivchar authored Dec 27, 2017
1 parent 69fd851 commit 83d0cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class SomeModel implements ViewModel {
* Step 2. Implement SomeViewHolder

```java
public class SomeViewHolder extends RecyclerView.ViewHolder {
public class SomeViewHolder extends ViewHolder {

public TextView mTitle;

Expand Down

0 comments on commit 83d0cb5

Please sign in to comment.