Skip to content

Commit 29aa3fc

Browse files
authored
Update README.md
1 parent e5ccf15 commit 29aa3fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ With this before and after I observed the following within a large flat list.
4242

4343
<img src="example2.png"/>
4444

45+
# Connecting to a real device
46+
47+
In order to connect to a real device you will need to set the IP you wish to point to, for example:
48+
49+
```
50+
export default withPerformanceMonitor(AwesomeChat, 'AwesomeChat', '192.168.1.10');
51+
```
4552

4653
# How it works
4754

0 commit comments

Comments
 (0)