From dba53157fd8f68c85d13e2b24de1632f0993b13c Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 6 Apr 2016 00:33:38 +0100 Subject: [PATCH] Remove useless text --- creating_modules.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/creating_modules.md b/creating_modules.md index 81628a6..9ea08e2 100644 --- a/creating_modules.md +++ b/creating_modules.md @@ -34,9 +34,6 @@ You can create the module files on the WiFi Pineapple with ease using the [Modul After downloading the module, enter the correct information into the Name, Description, Version and Author fields and click "Generate". Your module will then be ready to download and edit. Open the module in your favorite text editor. -### An example module -This example will teach you how to make requests, obtain data, and return it back to the HTML. - #### module.html The WiFi Pineapple modules make use of Bootstrap to provide a good mobile viewing experience and a clean look. Module developers are encouraged to make use of Bootstrap components, such as responsive tables and the grid system. To learn more about Bootstrap, visit the [Bootstrap Website](https://getbootstrap.com).