Skip to content

Commit

Permalink
modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Jan 28, 2016
1 parent b653f53 commit 2e524d2
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 @@ -20,7 +20,7 @@ zxcvbn4j は、JavaScriptのパスワード強度ジェネレータである[zxc
### gradle を利用する場合

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

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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following version is a port of [zxcvbn 4.2.0](https://github.com/dropbox/zxc
### gradle

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

### maven
Expand All @@ -29,7 +29,7 @@ The following version is a port of [zxcvbn 4.2.0](https://github.com/dropbox/zxc
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```

Expand Down

0 comments on commit 2e524d2

Please sign in to comment.