Skip to content

Commit a0128f4

Browse files
committed
chore: update README for clarity
1 parent 570e90e commit a0128f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ If you want to use the example app and host the HTML file locally over HTTP, you
152152
<network-security-config>
153153
<domain-config cleartextTrafficPermitted="true">
154154
<domain includeSubdomains="true">10.0.2.2</domain> <!-- Emulator -->
155-
<domain includeSubdomains="true">YOUR_LOCAL_IP</domain> <!-- Physical device -->
155+
<domain includeSubdomains="true">LOCAL_IP</domain> <!-- Your computer's local IP -->
156156
</domain-config>
157157
</network-security-config>
158158
```
@@ -416,7 +416,7 @@ You can find a demonstration project for each language including all features in
416416
- **Android**: Check out the [PCPClientAndroidDemo](./app) folder.
417417

418418
> [!IMPORTANT]
419-
> Be aware that you will need to provide your own properties, for example AID, MID, PortalKey at all places which are prefixed with "YOUR\_".
419+
> Be aware that you will need to provide your own properties, for example AID, MID, PortalKey at all places which are prefixed with "YOUR_".
420420
421421
## Contributing
422422

0 commit comments

Comments
 (0)