Skip to content

Commit 8719757

Browse files
committed
readme: added build badge
1 parent 05ec3dc commit 8719757

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

22
# NodeJS SDK v2.x for ImageKit
33

4+
[![Node CI](https://github.com/imagekit-developer/imagekit-nodejs/workflows/Node%20CI/badge.svg)](https://github.com/imagekit-developer/imagekit-nodejs/)
45
[![npm version](https://img.shields.io/npm/v/imagekit)](https://www.npmjs.com/package/imagekit)
5-
[![Twitter Follow](https://img.shields.io/twitter/follow/imagekitio?label=Follow&style=social)](https://twitter.com/ApacheAirflow)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7+
[![Twitter Follow](https://img.shields.io/twitter/follow/imagekitio?label=Follow&style=social)](https://twitter.com/ApacheAirflow)
78

89
New version of the NodeJS SDK for [ImageKit.io](https://imagekit.io) that implements the new APIs and interface for performing different file operations.
910

@@ -350,7 +351,7 @@ const calculateDistance = () => {
350351
// ...
351352
// Calculate the distance between them:
352353
const distance = imagekit.pHashDistance(firstHash, secondHash);
353-
return distance;
354+
return distance;
354355
}
355356
```
356357
#### Distance calculation examples

0 commit comments

Comments
 (0)