Skip to content

Commit

Permalink
Adds namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hollodotme committed Dec 15, 2017
1 parent a735338 commit 462c411
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
* @author hollodotme
*/

namespace hollodotme\TreeMDown;

error_reporting( E_ALL );
ini_set( 'display_errors', 'On' );

require_once __DIR__ . '/../vendor/autoload.php';

$tmd = new \hollodotme\TreeMDown\TreeMDown( __DIR__ . '/TreeMDown' );
$tmd = new TreeMDown( __DIR__ . '/TreeMDown' );
$tmd->setDefaultFile( '01-What-Is-TreeMDown.md' );
$tmd->enablePrettyNames();
$tmd->hideFilenameSuffix();
Expand Down

0 comments on commit 462c411

Please sign in to comment.