Skip to content

Commit

Permalink
Modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaofei-it committed Dec 5, 2016
1 parent 4c310ed commit 4a5f047
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README-ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Log.v(TAG, singleton.getData());

```
dependencies {
compile 'xiaofei.library:hermes:0.6.1'
compile 'xiaofei.library:hermes:0.7.0'
}
```

Expand All @@ -107,7 +107,7 @@ dependencies {
<dependency>
<groupId>xiaofei.library</groupId>
<artifactId>hermes</artifactId>
<version>0.6.1</version>
<version>0.7.0</version>
<type>pom</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Now, how to write the interface? So easy. For example, there is a class named Fo

```
dependencies {
compile 'xiaofei.library:hermes:0.6.1'
compile 'xiaofei.library:hermes:0.7.0'
}
```

Expand All @@ -105,7 +105,7 @@ dependencies {
<dependency>
<groupId>xiaofei.library</groupId>
<artifactId>hermes</artifactId>
<version>0.6.1</version>
<version>0.7.0</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit 4a5f047

Please sign in to comment.