From baa5316eca69a4b4fd36dee01515a55e3ad19dc7 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 18 Feb 2015 17:07:13 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f13d0ba..bba98a1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ dependencies { similar spacing between the elements even in the grid ```java int spanCount = 3; -int deviderWidth = 10; +int dividerWidth = 10; final SpacesItemDecoration itemDecoration = new SpacesItemDecoration(deviderWidth, spanCount); itemDecoration.setIgnoreFirst(adapter.isEnableHeader()); recyclerView.addItemDecoration(itemDecoration);