diff --git a/lib/Service/WorkspaceService.php b/lib/Service/WorkspaceService.php index e8039731f18..77f48a1b5a5 100644 --- a/lib/Service/WorkspaceService.php +++ b/lib/Service/WorkspaceService.php @@ -12,8 +12,8 @@ class WorkspaceService { private IL10N $l10n; private const SUPPORTED_STATIC_FILENAMES = [ - 'README.md', 'Readme.md', + 'README.md', 'readme.md' ];