Skip to content

Commit 88e014f

Browse files
Merge pull request justadudewhohacks#353 from georgemandis/patch-1
Typo fix
2 parents 2740d40 + 36c963f commit 88e014f

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
@@ -163,7 +163,7 @@ console.log(faceapi.nets)
163163
// tinyYolov2
164164
```
165165

166-
To load a model, you have provide the corresponding manifest.json file as well as the model weight files (shards) as assets. Simply copy them to your public or assets folder. The manifest.json and shard files of a model have to be located in the same directory / accessible under the same route.
166+
To load a model, you have to provide the corresponding manifest.json file as well as the model weight files (shards) as assets. Simply copy them to your public or assets folder. The manifest.json and shard files of a model have to be located in the same directory / accessible under the same route.
167167

168168
Assuming the models reside in **public/models**:
169169

0 commit comments

Comments
 (0)