Skip to content

Commit

Permalink
Small fix for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeet committed Apr 30, 2017
1 parent c682e2c commit 9b082d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ public class TextItemViewBinder extends ItemViewBinder<TextItem, TextItemViewBin
}
```

#### Step 3. Just `register` your types and setup your `RecyclerView` and `List<Object>` in your
`Activity`, for example:
#### Step 3. Just `register` your types and setup your `RecyclerView` and `List<Object>` in your `Activity`, for example:

```java
public class SampleActivity extends AppCompatActivity {
Expand Down

0 comments on commit 9b082d9

Please sign in to comment.