Skip to content

Commit d16f93f

Browse files
authored
Update README.md
1 parent 408e236 commit d16f93f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ In the `users` method you can define the users (note: the users must exist), the
2929
FilamentDeveloperLoginsPlugin::make()
3030
->enabled()
3131
->users([
32-
'Admin' => 'admin@dutchcodingcompany.com',
33-
'User' => 'user@dutchcodingcompany.com',
32+
'Admin' => 'admin@example.com',
33+
'User' => 'user@example.com',
3434
])
3535
]);
3636
```

0 commit comments

Comments
 (0)