diff --git a/README.md b/README.md index 0e93c89..2ffecec 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Using Paginated RecyclerView is really simple. ... @Override public void onBindViewHolder(@NonNull ViewHolder holder, int position) { - getItem(position); //get item whit position + getItem(position); //get item with position } ... ```