Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kbiakov authored Jan 17, 2019
1 parent 7949ee2 commit 454d830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -46,7 +46,7 @@ Add view to your layout & bind as usual:
<io.github.kbiakov.codeview.CodeView
android:id="@+id/code_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
android:layout_height="wrap_content" />
```
```java
CodeView codeView = (CodeView) findViewById(R.id.code_view);
Expand Down

0 comments on commit 454d830

Please sign in to comment.