Skip to content

Commit 48ed8b0

Browse files
committed
Rename CODE SAMPLE to CONNECT
1 parent cecd42e commit 48ed8b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To create a client application, to navigate to [app.viam.com](https://app.viam.c
8080
sudo systemctl restart viam-server
8181
```
8282
83-
Next, select the `CODE SAMPLE` tab in the Viam Web UI, and copy the boilerplate code from the section labeled `Python SDK`.
83+
Next, select the `CONNECT` tab in the Viam Web UI, and copy the boilerplate code from the section labeled `Python SDK`.
8484
8585
To ensure the installation succeeded and the systems are functional, save and run this simple program. If the program runs successfully, the python-sdk is properly installed, the `viam-server` instance on your robot is alive, and the computer running the program is able to connect to that instance.
8686

src/viam/components/input/input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ async def handle_controller(controller):
243243
244244
245245
async def main():
246-
# ... < INSERT CONNECTION CODE FROM MACHINE'S CODE SAMPLE TAB >
246+
# ... < INSERT CONNECTION CODE FROM MACHINE'S CONNECT TAB >
247247
248248
# Get your controller from the machine.
249249
my_controller = Controller.from_robot(

0 commit comments

Comments
 (0)