Skip to content

Commit 3f82ea5

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

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
@@ -343,7 +343,7 @@ Calculate the distance between pHash strings of two images. Accepts two pHash he
343343

344344
```
345345
const calculateDistance = () => {
346-
// asynchronously fetch metadata of two uploaded image files
346+
// asynchronously fetch metadata of two uploaded image files
347347
// ...
348348
// Extract pHash strings from both: say 'firstHash' and 'secondHash'
349349
// ...

0 commit comments

Comments
 (0)