We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dac74f commit 31eb033Copy full SHA for 31eb033
README.md
@@ -157,9 +157,6 @@ php artisan vendor:publish --tag=color-scheme-2-states-js
157
158
That will copy the scripts to `resources/js/color-scheme-switch-two-states/[init-script.js, switch-script.js]`.
159
160
-`init-script.js` - initializes the theme based on the user's previous choice stored in `localStorage`.
161
-`switch-script.js` - a function to toggle between light and dark themes by hitting a selected KEY and saves the choice in `localStorage`.
162
-
163
**Step 2**: Register the scripts in your `AppServiceProvider`:
164
165
```php
0 commit comments