From 8d09984df7b4fc1e9b6d0d4d66829268f57d46cd Mon Sep 17 00:00:00 2001 From: walterhiggins Date: Fri, 16 Jan 2015 21:23:22 +0000 Subject: [PATCH] Fix heading level for dancefloor docs --- docs/API-Reference.md | 3 +-- src/main/js/plugins/drone/contrib/dancefloor.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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)