Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-McQuillan authored Jan 27, 2025
1 parent 245346d commit 5537eb7
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
@@ -1,6 +1,8 @@
# LabVIEW Client for Nominal IO
Streaming data to Nominal from LabVIEW.

[![Image](https://www.vipm.io/package/nominal_lib_nominal_io_client/badge.svg?metric=installs)](https://www.vipm.io/package/nominal_lib_nominal_io_client/) [![Image](https://www.vipm.io/package/nominal_lib_nominal_io_client/badge.svg?metric=stars)](https://www.vipm.io/package/nominal_lib_nominal_io_client/)


## Notes for developers
### LabVIEW Version
Expand All @@ -13,4 +15,4 @@ In the `lv_src` directory there is a `*.vipc` file. Apply this file using **VIPM
For development purposes, you can add a `.token` file to the `lv_src` directory of the repository containing your API token. LabVIEW will recognize this file for testing. The `.token` file is excluded from source control, allowing you to securely test your code without embedding your API token directly into the source code.

### Building the reuse package
In the `lv_src` directory there is a `*.vipb` file. This file is the build specification for **VIPM**.
In the `lv_src` directory there is a `*.vipb` file. This file is the build specification for **VIPM**.

0 comments on commit 5537eb7

Please sign in to comment.