Skip to content

Commit ce50237

Browse files
committed
doc: fix indentation
1 parent 3f82ea5 commit ce50237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ const calculateDistance = () => {
347347
// ...
348348
// Extract pHash strings from both: say 'firstHash' and 'secondHash'
349349
// ...
350-
// Calculate the distance between them:
350+
// Calculate the distance between them:
351351
const distance = imagekit.pHashDistance(firstHash, secondHash);
352352
return distance;
353353
}

0 commit comments

Comments
 (0)