Skip to content

Commit c378f93

Browse files
npm package name
1 parent 01adb56 commit c378f93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Get the latest build from dist/face-api.js or dist/face-api.min.js and include t
7272
Or install the package:
7373

7474
``` bash
75-
npm i face-api
75+
npm i face-api.js
7676
```
7777

7878
### Face Detection

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "face-api",
2+
"name": "face-api.js",
33
"version": "0.0.0",
44
"description": "JavaScript API for face detection and face recognition in the browser with tensorflow.js",
55
"main": "./dist/index.js",

0 commit comments

Comments
 (0)