Skip to content

Commit

Permalink
Fix typo in docs (#147)
Browse files Browse the repository at this point in the history
Adds missing backslash in docker run example
  • Loading branch information
jcherniak committed Jul 9, 2023
1 parent d6eed8a commit c78e257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/use/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ docker run --rm \
-e DISCOVERY_TOPIC=homeassistant/sensor \
-e DISCOVERY_DEVICE_NAME=TheengsGateway \
-e DISCOVERY_FILTER="[IBEACON,GAEN,MS-CDP,APPLE_CONT,APPLE_CONTAT]" \
-e SCANNING_MODE=active
-e SCANNING_MODE=active \
-e ADAPTER=hci0 \
-v /var/run/dbus:/var/run/dbus \
--name TheengsGateway \
Expand Down

0 comments on commit c78e257

Please sign in to comment.