Update README.md

`$app/env` changed to `$app/environment`
This commit is contained in:
Vitaliy Tsymbalyuk
2023-02-14 13:22:14 +02:00
committed by GitHub
parent 601d449b68
commit f76c55baed

View File

@@ -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