Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
varunest authored Jul 12, 2016
1 parent 070ffeb commit 753029d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
android:layout_width="40dp"
android:layout_height="40dp"
app:sparkbutton_activeImage="@drawable/active_image"
app:sparkbutton_inactiveImage="@drawable/inactive_image"
app:sparkbutton_inActiveImage="@drawable/inactive_image"
app:sparkbutton_iconSize="40dp"
app:sparkbutton_primaryColor="@color/primary_color"
app:sparkbutton_secondaryColor="@color/secondary_color" />
Expand Down Expand Up @@ -94,7 +94,7 @@ SparkButton takes two colors primary and secondary. (It is recommended that prim
####XML
```
app:sparkbutton_activeImage="@drawable/active_image"
app:sparkbutton_inactiveImage="@drawable/inactive_image"
app:sparkbutton_inActiveImage="@drawable/inactive_image"
app:sparkbutton_primaryColor="@color/primaryColor"
app:sparkbutton_secondaryColor="@color/secondaryColor"
```
Expand Down

0 comments on commit 753029d

Please sign in to comment.