You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: examples/getting-started/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## How to run this repo?
4
4
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`
6
6
- get the license at [Microblink DevHub](https://developer.microblink.com/) and add it to the `LICENSE` variable in the `main.js` file
7
7
- run `cd BlinkID-InBrowserSDK-GettingStarted && npm install && npm run dev`
8
8
- open [http://localhost:5173/](http://localhost:5173/) and point your ID towards the camera
@@ -257,7 +257,7 @@ else {
257
257
Line by line:
258
258
- started the recognition process and logged the result to the console
259
259
- 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
261
261
262
262
Finally, we catch any errors from the `try/catch` and promise.
0 commit comments