Przeglądaj źródła

remove outdated instruction

Christopher Mullins 8 lat temu
rodzic
commit
a11a2dd070
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -89,7 +89,7 @@ The HTTP endpoints (shown below) will be fully functional at this point. You sho
 
 ## REST endpoints
 
-1. `GET /`. Opens web UI. You'll need to upload it first.
+1. `GET /`. Opens web UI. 
 1. `GET /about`. Return information about current firmware version.
 1. `POST /system`. Post commands in the form `{"comamnd": <command>}`. Currently supports the commands: `restart`.
 1. `POST /firmware`. OTA firmware update.