From 7060f220246669d01832a52d5d51a0773e8cedfc Mon Sep 17 00:00:00 2001 From: Chris Helming Date: Fri, 14 May 2021 12:23:02 -0400 Subject: [PATCH] docs: Update advanced.md to move `type:` to its own line (#1101) Type was stuck on the comment line. Added a line break to move it onto its own line so it's visible. --- docs/docs/configuration/advanced.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/configuration/advanced.md b/docs/docs/configuration/advanced.md index b03b438a4..e04c347fa 100644 --- a/docs/docs/configuration/advanced.md +++ b/docs/docs/configuration/advanced.md @@ -99,7 +99,8 @@ detectors: # Required: name of the detector coral: # Required: type of the detector - # Valid values are 'edgetpu' (requires device property below) and 'cpu'. type: edgetpu + # Valid values are 'edgetpu' (requires device property below) and 'cpu'. + type: edgetpu # Optional: device name as defined here: https://coral.ai/docs/edgetpu/multiple-edgetpu/#using-the-tensorflow-lite-python-api device: usb # Optional: num_threads value passed to the tflite.Interpreter (default: shown below)