Skip to content

Commit

Permalink
fix error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Jan 30, 2018
1 parent 783e246 commit 0e97d15
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The demo environment is reset every 15 minutes. You might notice some high laten
Add this to your homebridge `config.json` file

```json
"platform":[
"platforms": [
{
"platform": "config",
"name": "Config",
Expand All @@ -55,7 +55,7 @@ Homebridge Config UI X allows you to view the homebridge process logs in the bro
Example loading logs from a file, change `/var/log/homebridge.log` to the actual location of your log file:

```json
"platform":[
"platforms": [
{
"platform": "config",
"name": "Config",
Expand All @@ -72,7 +72,7 @@ Example loading logs from a file, change `/var/log/homebridge.log` to the actual
If you are using `systemd` to manage the Homebridge process then you can just set `log` to `systemd`:

```json
"platform":[
"platforms": [
{
"platform": "config",
"name": "Config",
Expand All @@ -90,7 +90,7 @@ If you are using `systemd` to manage the Homebridge process then you can just se
The `log` option can alternatively specify a command to spawn that will stream the logs to the client. This command should stream the logs to `stdout`:

```json
"platform":[
"platforms": [
{
"platform": "config",
"name": "Config",
Expand All @@ -107,7 +107,7 @@ The `log` option can alternatively specify a command to spawn that will stream t
Many operations performed by Homebridge Config UI X, such as installing plugins, upgrading Homebridge and viewing the logs can require root permissions. You can run the Homebridge service as root or you can enable the `sudo` option in the config.

```json
"platform":[
"platforms": [
{
"platform": "config",
"name": "Config",
Expand Down

0 comments on commit 0e97d15

Please sign in to comment.