Update User Terminal authored by Jan Janak's avatar Jan Janak
......@@ -171,7 +171,7 @@ curl http://<hostname>:<port>/api/settings
}
```
To obtain the default values, i.e, the values the terminal uses after factory reset, send a GET to '/settings/default':
To obtain the default values, i.e, the values the terminal uses after factory reset, send a GET to `/settings/default`:
```sh
curl http://<hostname>:<port>/api/settings/default
```
......
......