We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c47657 + ce50237 commit 4cb11e4Copy full SHA for 4cb11e4
README.md
@@ -344,11 +344,11 @@ This SDK exposes `pHashDistance` function to calcualte distance between two pHas
344
345
```
346
const calculateDistance = () => {
347
- // asynchronously fetch metadata of two uploaded image files
+ // asynchronously fetch metadata of two uploaded image files
348
// ...
349
// Extract pHash strings from both: say 'firstHash' and 'secondHash'
350
351
- // Calculate the distance between them:
+ // Calculate the distance between them:
352
const distance = imagekit.pHashDistance(firstHash, secondHash);
353
return distance;
354
}
0 commit comments