Skip to content

Commit bd0a07d

Browse files
authored
Fix typo in Readme.php
autoload.php, not autoloader.php
1 parent d827513 commit bd0a07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
require str_replace('\\', DIRECTORY_SEPARATOR, ltrim($class, '\\')).'.php';
1010
});
1111
// If using Composer, use this instead:
12-
//require 'vendor/autoloader.php';
12+
//require 'vendor/autoload.php';
1313

1414
// Get Markdown class
1515
use Michelf\Markdown;

0 commit comments

Comments
 (0)