Skip to content

Commit

Permalink
instruction error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mul1sh committed Mar 22, 2017
1 parent bcb81a6 commit 442295f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This plugin enables fingerprint authentication for the android A370 tablets.

[More info about the tablet](http://corewise.en.made-in-china.com/product/xeqnEcJUsCrw/China-IP65-Rugged-RFID-Smart-Card-Reader-Tablet-PC.html)
[More info about the tablet](https://github.com/mul1sh/corewise-fingerprintauth-demo)


# Usage
Expand All @@ -19,6 +19,8 @@ To add it to your project, run the command
ionic 2 / Typescript
--------------------

[see demo](http://corewise.en.made-in-china.com/product/xeqnEcJUsCrw/China-IP65-Rugged-RFID-Smart-Card-Reader-Tablet-PC.html)

For ionic 2/ typescript users, add the plugin with the same command above, then define an interface Window with a property corewise of data type any. Then also declare a global window variable out side of your class and then use it as follows, preferrably when the ionic platform is ready/ all plugins has been loaded to the DOM.

interface Window {
Expand Down

0 comments on commit 442295f

Please sign in to comment.