Skip to content

Commit 51150fd

Browse files
Update README.md
Fix typo
1 parent a55e629 commit 51150fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ To solve this issue try adding your `vendor` folder into the `excludePaths` conf
284284
ContractApplication::getInstance()->init(array(
285285
'debug' => true,
286286
'appDir' => __DIR__,,
287-
'exludePaths' => [
287+
'excludePaths' => [
288288
__DIR__ . '/vendor'
289289
],
290290
'cacheDir' => __DIR__.'/cache/',

0 commit comments

Comments
 (0)