Skip to content

Commit 99ecaec

Browse files
committed
Update README with disclaimer/known issues
1 parent 2d6555a commit 99ecaec

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@ Return value
8888
Promise<string | undefined>
8989
```
9090

91+
## Known issues
92+
93+
- A small handful of Android devices may have trouble completing the PBT scanning process. We are currently investigating a solution with using WebNFC for Android devices.
94+
95+
## Disclaimer
96+
97+
Chiru Labs is not liable for any outcomes as a result of using this repo
98+
9199
## Contributing
92100

93101
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pbt-chip-client",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Javascript library to make it easy to integrate with PBT for browsers",
55
"scripts": {
66
"pre-commit": "lint-staged",

0 commit comments

Comments
 (0)