Skip to content

Commit

Permalink
mod README
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Jan 27, 2016
1 parent 01a3ea5 commit acbb185
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ zxcvbn4j は、JavaScriptのパスワード強度ジェネレータである[zxc
### gradle を利用する場合

```
'com.nulab-inc:zxcvbn:1.0.0'
'com.nulab-inc:zxcvbn:1.0.1'
```

### maven を利用する場合
Expand All @@ -26,7 +26,7 @@ zxcvbn4j は、JavaScriptのパスワード強度ジェネレータである[zxc
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This is a java port of [zxcvbn](https://github.com/dropbox/zxcvbn), which is a J
### gradle

```
'com.nulab-inc:zxcvbn:1.0.0'
'com.nulab-inc:zxcvbn:1.0.1'
```

### maven
Expand All @@ -26,7 +26,7 @@ This is a java port of [zxcvbn](https://github.com/dropbox/zxcvbn), which is a J
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down

0 comments on commit acbb185

Please sign in to comment.