Fix docs (#14)

This commit is contained in:
Michał Leszczyński
2023-03-02 02:46:37 +01:00
committed by GitHub
parent f4b0e6a1ae
commit 700faade0b
3 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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.