Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 69f334b

Browse files
Linked the proper repo.
1 parent 9376007 commit 69f334b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/getting-started/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## How to run this repo?
44
Test this repo out in under a minute on your machine (if you have Node and Git installed) by doing the following steps:
5-
- in your terminal, clone [this](https://github.com/Hitman666/BlinkID-InBrowserSDK-GettingStarted) repo with `git clone https://github.com/Hitman666/BlinkID-InBrowserSDK-GettingStarted.git`
5+
- in your terminal, clone [this](https://github.com/BlinkID/blinkid-in-browser) repo with `git clone https://github.com/BlinkID/blinkid-in-browser`
66
- get the license at [Microblink DevHub](https://developer.microblink.com/) and add it to the `LICENSE` variable in the `main.js` file
77
- run `cd BlinkID-InBrowserSDK-GettingStarted && npm install && npm run dev`
88
- open [http://localhost:5173/](http://localhost:5173/) and point your ID towards the camera
@@ -257,7 +257,7 @@ else {
257257
Line by line:
258258
- started the recognition process and logged the result to the console
259259
- checked if the process result is not empty, then waited for the results from the recognizer and logged them in the console
260-
- if process result is empty, we log the approprite message
260+
- if process result is empty, we log the appropriate message
261261
262262
Finally, we catch any errors from the `try/catch` and promise.
263263

0 commit comments

Comments
 (0)