diff --git a/README.md b/README.md index c54e7b8..9de14ef 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ thingtalk can be installed via pip, as such: ## Running the Sample `$ wget -https://raw.githubusercontent.com/hidaris/thingtalk/master/example/test.py` +https://raw.githubusercontent.com/hidaris/thingtalk/master/example/test_light.py` -`$ uvicorn test:app --reload` +`$ uvicorn test_light:app --reload` This starts a server and lets you search for it from your gateway through mDNS. To add it to your gateway, navigate to the Things page in the gateway's UI and click the + icon at the bottom right. If both are on the same network, the example thing will automatically appear.