File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
3636It's main features include:
@@ -347,7 +347,7 @@ Bytes.from(s);
347347```
348348
349349or 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
353353String pwd = " ℌH" ;
You can’t perform that action at this time.
0 commit comments