Skip to content

Commit 14cb222

Browse files
authored
Update README.md
1 parent 25cd20f commit 14cb222

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

README.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,14 @@ CompreFace JavaScript SDK makes face recognition into your application even easi
2323

2424
## Requirements
2525

26-
1. Installed CompreFace
27-
2. Installed NodeJS and npm
26+
Before using our SDK make sure you have installed CompreFace and Nodejs on your machine.
27+
1. [CompreFace](https://github.com/exadel-inc/CompreFace#getting-started-with-compreface)
28+
2. [Nodejs](https://nodejs.org/en/)(Version 10+)
2829

2930
## Installation
31+
To add CompreFace JS SDK to your project, run following command in the project folder:
3032

31-
Add CompreFace dependency into your package.json file:
32-
33-
```json
34-
{
35-
"name": "compreface-js-sdk-examples",
36-
"version": "1.0.0",
37-
"main": "index.js",
38-
"dependencies": {
39-
"compreface-js-sdk": "^0.4.1"
40-
}
41-
}
42-
```
33+
```npm install compreface-js-sdk```
4334

4435

4536
## Usage
@@ -483,4 +474,4 @@ faceCollection.verify(image_location, image_id, options)
483474
.catch(error => {
484475
console.log(`Oops! There is problem with verifying image ${error}`)
485476
})
486-
```
477+
```

0 commit comments

Comments
 (0)