diff --git a/Development.md b/Development.md index a0f24b5..3d6787b 100644 --- a/Development.md +++ b/Development.md @@ -1,4 +1,4 @@ -This fork of the original PrivateBin of Sebsauvage was refactored into an object oriented MVC structure. The `index.php` only includes an autoloader and starts the application by instancing a `privatebin` object. +This fork of the original PrivateBin of Sebsauvage was refactored into an object oriented MVC structure. The `index.php` only loads an autoloader (`lib/auto.php`) and starts the application by instancing a `privatebin` object. ## Code Style