Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue in ACR122Reader.js causing Unexpected Token bug. #52

Closed
wants to merge 15 commits into from
Next Next commit
Update README.md
  • Loading branch information
matyulabz committed Nov 11, 2018
commit d0e9b7b8356dc3f4ce7c047df1684f76eb2bf17a
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ When a NFC tag (card) is attached to the reader, the following is done:
> ### Running examples locally
> If you want see it in action, clone this repository, install dependencies with npm and run `npm run example`.
> ```bash
> git clone https://github.com/pokusew/nfc-pcsc.git
> git clone https://github.com/matyulabz/nfc-pcsc.git
> npm install
> npm run example
> ```
Expand Down