diff --git a/docs/API-Reference.md b/docs/API-Reference.md index 07d1414..12924be 100644 --- a/docs/API-Reference.md +++ b/docs/API-Reference.md @@ -376,7 +376,6 @@ Walter Higgins * [Drone.cottage() method](#dronecottage-method) * [Drone.cottage_road() method](#dronecottage_road-method) * [Drone.dancefloor() method](#dronedancefloor-method) - * [Parameters](#parameters) * [Drone.fort() method](#dronefort-method) * [Drone.hangtorch() method](#dronehangtorch-method) * [Drone.lcdclock() method.](#dronelcdclock-method) @@ -4213,7 +4212,7 @@ Create an animated dance floor of colored tiles some of which emit light. The tiles change color every second creating a strobe-lit dance-floor effect. See it in action here [http://www.youtube.com/watch?v=UEooBt6NTFo][ytdance] -### Parameters +#### Parameters * width - how wide the dancefloor should be (optional: default 5) * length - how long the dancefloor should be (optional: default 5) diff --git a/src/main/js/plugins/drone/contrib/dancefloor.js b/src/main/js/plugins/drone/contrib/dancefloor.js index 2599949..10091d8 100644 --- a/src/main/js/plugins/drone/contrib/dancefloor.js +++ b/src/main/js/plugins/drone/contrib/dancefloor.js @@ -9,7 +9,7 @@ Create an animated dance floor of colored tiles some of which emit light. The tiles change color every second creating a strobe-lit dance-floor effect. See it in action here [http://www.youtube.com/watch?v=UEooBt6NTFo][ytdance] -### Parameters +#### Parameters * width - how wide the dancefloor should be (optional: default 5) * length - how long the dancefloor should be (optional: default 5)