diff --git a/15 Framework Methods.md b/14 Framework Methods.md similarity index 97% rename from 15 Framework Methods.md rename to 14 Framework Methods.md index 0b317b0..f8d2ba8 100644 --- a/15 Framework Methods.md +++ b/14 Framework Methods.md @@ -2,7 +2,7 @@ Flight is designed to be easy to use and understand. The following is the comple for the framework. It consists of core methods, which are regular static methods, and extensible methods, which can be filtered or overridden. -## Core Methods +### Core Methods Flight::map($name, $callback) - Creates a custom framework method. @@ -22,7 +22,7 @@ extensible methods, which can be filtered or overridden. Flight::clear([$key]) - Clears a variable. -## Extensible Methods +### Extensible Methods Flight::start() - Starts the framework.