summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hvac_demo/README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/hvac_demo/README.md b/hvac_demo/README.md
index 0b746d3..5e089be 100644
--- a/hvac_demo/README.md
+++ b/hvac_demo/README.md
@@ -82,12 +82,10 @@ bounced of the subscription service.
Two RVI nodes, both hosted by a single machine, will be involved in
the test:
-The backend node will host the subscription service
-(subscription\_service.py), and will also receive requests from
-the mobile device emultor (hvac_emulator.py).
-
-The vehicle node will serve the only the HVAC emulator.
+The backend RVI node will host the subscription service
+(subscription\_service.py) and the mobile emulator (mobile\_emulator.py).
+The vehicle RVI node will host the HVAC emulator (hvac\_emulator.py).
## COMPILE THE RVI SYSTEM
See ../BUILD.md for details.