diff --git a/README.md b/README.md index 5358918..6cffa01 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ allprojects { Add the dependency: ```groovy -compile 'com.github.kbiakov:CodeView-android:1.3.2' +compile 'com.github.kbiakov:CodeView-Android:1.3.2' ``` ## Usage @@ -46,7 +46,7 @@ Add view to your layout & bind as usual: + android:layout_height="wrap_content" /> ``` ```java CodeView codeView = (CodeView) findViewById(R.id.code_view);