diff --git a/README.md b/README.md index 36f0eded..70f6748f 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ By default, Ignition uses a nice white based theme. If this is too bright for yo ```php \Spatie\Ignition\Ignition::make() - ->useDarkMode() + ->setTheme('dark') ->register(); ```