Skip to content

Commit

Permalink
corrected README.md to specify type for 'avoid' option
Browse files Browse the repository at this point in the history
  • Loading branch information
jclarke0000 committed May 16, 2017
1 parent c69eed2 commit 2b6d4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Each object in the `destinations` array has the following parameters:
|`destination`|**REQUIRED** The address of the destination<br><br>**Type:** `string`|
|`label`|**REQUIRED** How you would like this displayed on your MagicMirror.<br><br>**Type:** `string`|
|`mode`|Transportation mode, one of the following: `driving`, `walking`, `bicycling`, `transit`.<br><br>**Type:** `string`<br>Defaults to `driving`.|
|`avoid`|If specified, will instruct the Google API to find a route that avoids one of the following: `tolls`,`highways`,`ferries`,`indoor`. Any other value will be ignored. Only one option can be specified.|
|`avoid`|If specified, will instruct the Google API to find a route that avoids one of the following: `tolls`,`highways`,`ferries`,`indoor`. Any other value will be ignored. Only one option can be specified.<br><br>**Type:** `string`|
|`color`|If specified, the colour for the icon in hexadecimal format (e.g.: `"#82BAE5"`)<br><br>**Type:** `string`<br>Defaults to white.|


Expand Down

0 comments on commit 2b6d4aa

Please sign in to comment.