diff --git a/README.md b/README.md index fd92101..025a392 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ Uses the webView available on the system so it's possibilities and limitations w Height will be calculated using WebView.getContentHeight() ### Usage: +``` +dependencies { + implementation 'com.izettle:html2bitmap:1.3' +} +``` + ``` Bitmap bitmap = Html2Bitmap.getBitmap(context: Context, html: String, width: Int);