Skip to content

Commit a0c24f7

Browse files
authored
Update README.md
Fix incorrectly stating, UTF normalization is for user passwords
1 parent 1917188 commit a0c24f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ to blindly paste code snippets from
3030
[![Download](https://api.bintray.com/packages/patrickfav/maven/bytes-java/images/download.svg)](https://bintray.com/patrickfav/maven/bytes-java/_latestVersion)
3131
[![Build Status](https://travis-ci.org/patrickfav/bytes-java.svg?branch=master)](https://travis-ci.org/patrickfav/bytes-java)
3232
[![Javadocs](https://www.javadoc.io/badge/at.favre.lib/bytes.svg)](https://www.javadoc.io/doc/at.favre.lib/bytes)
33-
[![Coverage Status](https://coveralls.io/repos/github/patrickfav/bytes-java/badge.svg?branch=master)](https://coveralls.io/github/patrickfav/bytes-java?branch=master)
33+
[![Coverage Status](https://coveralls.io/repos/github/patrickfav/bytes-java/badge.svg?branch=master)](https://coveralls.io/github/patrickfav/bytes-java?branch=master) use
3434
[![Maintainability](https://api.codeclimate.com/v1/badges/43b7770f0ee00b85f92a/maintainability)](https://codeclimate.com/github/patrickfav/bytes-java/maintainability)
3535

3636
It's main features include:
@@ -347,7 +347,7 @@ Bytes.from(s);
347347
```
348348

349349
or get the **[normalized version](https://en.wikipedia.org/wiki/Unicode_equivalence)**,
350-
which is the recommended way to convert e.g. user passwords
350+
which is the recommended way to convert e.g. user names
351351

352352
```java
353353
String pwd = "ℌH";

0 commit comments

Comments
 (0)