Update README.md
`$app/env` changed to `$app/environment`
This commit is contained in:
committed by
GitHub
parent
601d449b68
commit
f76c55baed
@@ -68,7 +68,7 @@ const config = {
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import Carousel from 'svelte-carousel';
|
import Carousel from 'svelte-carousel';
|
||||||
import { browser } from '$app/env';
|
import { browser } from '$app/environment';
|
||||||
|
|
||||||
let carousel; // for calling methods of the carousel instance
|
let carousel; // for calling methods of the carousel instance
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user