From 4ce74ff7f67c1fb40d0c59424116a404b0601527 Mon Sep 17 00:00:00 2001 From: William Mora Date: Sat, 20 Dec 2014 19:32:18 -0300 Subject: [PATCH] removed "showcase" section --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 693b19c..f61c2a7 100644 --- a/README.md +++ b/README.md @@ -148,9 +148,6 @@ SnackbarManager.show( , this); // activity where it is displayed ``` -# Who's using Snackbar? -If you are using this library and would like to be mentioned here, open a [PR](https://github.com/nispok/snackbar/pulls) or tell us via [email](mailto:contact@nispok.com). - # Examples There's a sample app included in the project. [SnackbarSampleActivity](./sample/src/main/java/com/nispok/sample/snackbar/SnackbarSampleActivity.java) is where you want to start.