diff --git a/README.md b/README.md index 7b35571..0b1d6e3 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ allprojects { ```Kotlin drawing_view.setBrushAlpha(120)// values from 0-255 drawing_view.setBrushColor(R.color.white) - drawing_view.setSizeForBrush(12) // takes value from 0-70 + drawing_view.setSizeForBrush(12) // takes value from 0-200 drawing_view.undo() drawing_view.redo() drawing_view.redo(Color.WHITE) // give the color same as the background color @@ -84,7 +84,7 @@ Link for the color picker: /~https://github.com/Dhaval2404/ColorPicker ### setSizeForBrush -This function takes any value from 0-70 as an input. You can check it's implementation here: +This function takes any value from 0-200 as an input. You can check it's implementation here: