Skip to content

Commit 4cb11e4

Browse files
committed
Merge branch 'feature/phash-distance' of github.com:imagekit-developer/imagekit-nodejs into feature/phash-distance
2 parents 7c47657 + ce50237 commit 4cb11e4

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
@@ -344,11 +344,11 @@ This SDK exposes `pHashDistance` function to calcualte distance between two pHas
344344

345345
```
346346
const calculateDistance = () => {
347-
// asynchronously fetch metadata of two uploaded image files
347+
// asynchronously fetch metadata of two uploaded image files
348348
// ...
349349
// Extract pHash strings from both: say 'firstHash' and 'secondHash'
350350
// ...
351-
// Calculate the distance between them:
351+
// Calculate the distance between them:
352352
const distance = imagekit.pHashDistance(firstHash, secondHash);
353353
return distance;
354354
}

0 commit comments

Comments
 (0)