diff --git a/README.md b/README.md index 6f4df08d..25fe8194 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ dependencies { } ``` -**2)** Add the ``com.melnykov.fab.FloatingActionButton`` to your layout XML file. The button should be placed in the bottom right corner of the screen. The width and height of the floating action button are hardcoded to **56dp** for the normal and **40dp** for the mini button as specified in the [guidelines]. +**2)** Add the ``com.melnykov.fab.FloatingActionButton`` to your layout XML file. The button should be placed in the bottom right corner of the screen. The width and height of the floating action button are hardcoded to **56dp** for the normal and **40dp** for the mini button as specified in the [guidelines], but can also be overridden manually via the ``fab_size`` dimension attribute, if this special case is required. ```xml +