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
Prev Previous commit
Next Next commit
Update README.md
reverted change
  • Loading branch information
matyulabz committed Nov 11, 2018
commit e37d36477ac177ba9bfc0bc3c868eedef8a13687
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/matyulabz/nfc-pcsc.git
> git clone https://github.com/pokusew/nfc-pcsc.git
> npm install
> npm run example
> ```
Expand Down