Skip to content

Commit 454d830

Browse files
authored
Update README.md
1 parent 7949ee2 commit 454d830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ allprojects {
2929

3030
Add the dependency:
3131
```groovy
32-
compile 'com.github.kbiakov:CodeView-android:1.3.2'
32+
compile 'com.github.kbiakov:CodeView-Android:1.3.2'
3333
```
3434

3535
## Usage
@@ -46,7 +46,7 @@ Add view to your layout & bind as usual:
4646
<io.github.kbiakov.codeview.CodeView
4747
android:id="@+id/code_view"
4848
android:layout_width="wrap_content"
49-
android:layout_height="wrap_content"/>
49+
android:layout_height="wrap_content" />
5050
```
5151
```java
5252
CodeView codeView = (CodeView) findViewById(R.id.code_view);

0 commit comments

Comments
 (0)