Skip to content

Commit a410665

Browse files
committed
chore: REAMDE update
1 parent e321437 commit a410665

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Want to do more advanced processing of your JavaScript code before inlining it?
8989

9090
Create a PHP class:
9191
- that implements the `RenderableScript` interface - using it you can fetch / prepare / create JS code in any way you want;
92-
- and place it in `BladeInlineScripts::take(...)` method.
92+
- and register it using `BladeInlineScripts::take(...)` method.
9393

9494
Use interface `ScriptWithPlaceholders` for scripts with placeholders to be replaced with variables.
9595

scripts/ColorSchemeSwitchThreeStates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A script for switching between three color schemes: light, dark, and system pref
44

55
> **Icons used** (from [HeroIcons](https://heroicons.com)):
66
>
7-
> ![View](/../assets/3-states-hero-icons.gif)
7+
> ![View](../../assets/3-states-hero-icons.gif)
88
99
## What does this script do?
1010

scripts/ColorSchemeSwitchTwoStates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A script for switching between two color schemes: light and dark.
44

55
> **Icons used** (from [HeroIcons](https://heroicons.com)):
66
>
7-
> ![View](/../assets/2-states-hero-icons.gif)
7+
> ![View](../../assets/2-states-hero-icons.gif)
88
99
## What does this script do?
1010

0 commit comments

Comments
 (0)