fixed a small issue in the readme

This commit is contained in:
Ian Hollier 2021-07-15 21:28:13 -07:00 коммит произвёл GitHub
Родитель b1dbc132f3
Коммит d8dc8af92a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -40,7 +40,7 @@ Listening at http//localhost:8080
If you see an error check to see if the port 8080 is already in use on your machine and if it is feel free to change the port to a free one by changing the code in server.js on line 23.
Open your browser of choice and go to the URL http//localhost:8080. You should see the following in you browser:
Open your browser of choice and go to the URL http//localhost:8080/device.html. You should see the following in you browser:
![Initial browser screen](https://github.com/iot-for-all/iot-central-web-mqtt-device/blob/main/assets/initialscreen.png "Initial browser screen")