Skip to content

Commit

Permalink
Improve links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pokusew committed Mar 13, 2017
1 parent 96d1bcf commit a2ae7b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,13 @@ reader.on('card', async card => {
## FAQ
### Can I use this library in my [Electron](http://electron.atom.io/) app?
### Can I use this library in my [Electron](https://electron.atom.io/) app?
**Yes, you can!** It works well.
**But please note**, that this library uses [Node Native Modules](https://nodejs.org/api/addons.html) (underlying library [pokusew/node-pcsclite](https://github.com/pokusew/node-pcsclite) which provides access to PC/SC API).
Read carefully **[Using Native Node Modules](http://electron.atom.io/docs/tutorial/using-native-node-modules/) guide in Electron documentation** to fully understand the problematic.
Read carefully **[Using Native Node Modules](https://electron.atom.io/docs/tutorial/using-native-node-modules/) guide in Electron documentation** to fully understand the problematic.
**Note**, that because of Node Native Modules, you must build your app on target platform (you must run Windows build on Windows machine, etc.).
You can use CI/CD server to build your app for certain platforms.
Expand Down

0 comments on commit a2ae7b1

Please sign in to comment.