Skip to content

Commit 1d06557

Browse files
author
e16din
authored
Update README.md
1 parent d844bd5 commit 1d06557

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CodeView (Android)
22

33
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-codeview--android-green.svg?style=true)](https://android-arsenal.com/details/1/4216)
4-
[![Release](https://jitpack.io/v/e16din/codeview-android.svg)](https://jitpack.io/#e16din/codeview-android)
4+
[![Release](https://jitpack.io/v/softwee/codeview-android.svg)](https://jitpack.io/#softwee/codeview-android)
55

66
CodeView helps to show code content with syntax highlighting in native way.
77

@@ -27,7 +27,7 @@ allprojects {
2727

2828
Add the dependency:
2929
```groovy
30-
compile 'com.github.e16din:codeview-android:1.2.0'
30+
compile 'com.github.softwee:codeview-android:1.2.0'
3131
```
3232

3333
## Usage
@@ -61,7 +61,7 @@ codeView.highlight("java");
6161
```
6262

6363
Please firstly set adapter or use codeView.codeContent().
64-
And finally you must call highlight() to process highlighting once.
64+
And finally you must call highlight() to process highlighting.
6565

6666

6767
## Customizing

0 commit comments

Comments
 (0)