diff --git a/README.md b/README.md index 4494ef4..61fdfef 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ View that imitates Ripple Effect on click which was introduced in Android L. @Override public void onClick(View v) { - Toast.makeText(getApplicationContext(), "Ripples Yo! :D", Toast.LENGTH_LONG).show(); + //your code } });