Skip to content

Commit 89fef5b

Browse files
bkeryanwchung-ni
andauthored
README.md: Add "NI created and supports this package" and fix .gitattributes (#22)
- [x] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/nisync-python/blob/main/CONTRIBUTING.md). ### What does this Pull Request accomplish? Add "NI created and supports this package" to README.md. Fix the `*.png` wildcard in `.gitattributes` so Git doesn't treat all files as binary. ### Why should this Pull Request be merged? Clarify that this is the official NI-Sync API package from NI. ### What testing has been done? N/A --------- Signed-off-by: Brad Keryan <[email protected]> Signed-off-by: Wai Kin Chung <[email protected]> Co-authored-by: Wai Kin Chung <[email protected]>
1 parent 0e253a2 commit 89fef5b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
* text eol=lf
2-
* png binary
1+
* text eol=lf
2+
* .png binary

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
The **nisync** package allows you to develop timing and synchronization applications
2222
for both time-based and signal-based synchronizations with NI-Sync devices in Python.
23+
NI created and supports this package.
2324

2425
## Documentation
2526

0 commit comments

Comments
 (0)