Skip to content

Commit da93721

Browse files
committed
Updated README
1 parent 2b2cade commit da93721

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ Java string hashcode:
55
```js
66
const hashj = require('hashj');
77

8+
// Equivalent to java.lang.String#hashCode function in Java.
89
const hashCode = hashj.jHashCode('javascript');
910
```
1011

1112
Java UUID hashcode:
1213
```js
1314
const hashj = require('hashj');
1415

16+
// Equivalent to java.util.UUID#hashCode function in Java.
1517
const hashCode = hashj.jUUIDHashCode('90903f27-e36e-4e6f-996a-124c58365b43');
1618
```

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/bytecodehq/jhash.git"
11+
"url": "git+https://github.com/bytecodehq/hashj.git"
1212
},
1313
"publishConfig": {
1414
"registry": " https://registry.npmjs.org"
@@ -23,9 +23,9 @@
2323
"author": "Akhil Bojedla",
2424
"license": "MIT",
2525
"bugs": {
26-
"url": "https://github.com/bytecodehq/jhash/issues"
26+
"url": "https://github.com/bytecodehq/hashj/issues"
2727
},
28-
"homepage": "https://github.com/bytecodehq/jhash#readme",
28+
"homepage": "https://github.com/bytecodehq/hashj#readme",
2929
"dependencies": {
3030
"long": "^5.2.0"
3131
}

0 commit comments

Comments
 (0)