Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ralouphie committed May 4, 2014
1 parent 7af1a74 commit 42709ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $compiled_store = new CompiledStore($store, function ($class) {
return $code_generated;
});

$autoloader = new \Codify\Autoloader($store);
$autoloader = new \Codify\Autoloader($compiled_store);
$autoloader->register();


Expand Down

0 comments on commit 42709ad

Please sign in to comment.