Merge pull request #307 from bobbykjack/patch-1

Fix typo in Readme.php
This commit is contained in:
Michel Fortin 2018-07-05 10:02:22 -04:00 committed by GitHub
commit 10bddd9729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ spl_autoload_register(function($class){
require str_replace('\\', DIRECTORY_SEPARATOR, ltrim($class, '\\')).'.php';
});
// If using Composer, use this instead:
//require 'vendor/autoloader.php';
//require 'vendor/autoload.php';
// Get Markdown class
use Michelf\Markdown;