mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-10 05:38:10 -05:00
Fix docs (#14)
This commit is contained in:
committed by
GitHub
parent
f4b0e6a1ae
commit
700faade0b
@@ -44,7 +44,7 @@ For desktop applications based on `nfc-pcsc` library: scan the HaLo tag present
|
||||
|
||||
**Guides:**
|
||||
* [Using libhalo as a CLI tool on the desktop computer with PC/SC reader (USB NFC reader)](/docs/desktop-cli.md)
|
||||
* [Using libhalo to build your own application for desktop computers with PC/SC reader (USB NFC reader)](/docs/desktop-api.md)
|
||||
* [Using libhalo to build your own application for desktop computers with PC/SC reader (USB NFC reader)](/docs/desktop-pcsc.md)
|
||||
* [Documentation of the execHaloCmdPCSC API](/docs/api-pcsc.md)
|
||||
|
||||
## Supported HaLo commands
|
||||
|
||||
@@ -75,3 +75,7 @@ the exact specification of the `execHaloCmdPCSC()` function.
|
||||
|
||||
Please review the [documentation of the available commands (Halo Command Set)](/docs/halo-command-set.md) to find
|
||||
out what commands are available with the HaLo tags.
|
||||
|
||||
## Example project
|
||||
|
||||
Please check GitHub [arx-research/libhalo-demo-pcsc](https://github.com/arx-research/libhalo-demo-pcsc) project for the complete project example.
|
||||
@@ -78,7 +78,3 @@ If you don't want to use the pre-built library file, you can build the library o
|
||||
webpack
|
||||
```
|
||||
5. Done! The library will be built in `web/dist` directory.
|
||||
|
||||
## Example project
|
||||
|
||||
Please check GitHub [arx-research/libhalo-demo-pcsc](https://github.com/arx-research/libhalo-demo-pcsc) project for the complete project example.
|
||||
|
||||
Reference in New Issue
Block a user