Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robinscholz committed Sep 23, 2019
1 parent cc46775 commit 13e683c
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 @@ -82,7 +82,7 @@ For local development use [Laravel Valet](https://laravel.com/docs/master/valet)
return [
'api' => [
'basicAuth' => true,
'allowInsecure' => 'true'
'allowInsecure' => true
]
];
```
Expand Down

0 comments on commit 13e683c

Please sign in to comment.