Merge pull request #61 from Unity-Technologies/fix/update-doc

feat: update cdn link
This commit is contained in:
Paul-Govaere 2022-08-09 16:12:13 +02:00 коммит произвёл GitHub
Родитель 3db8ef6c6f ef132a2de0
Коммит d6b3dd22dc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -83,7 +83,7 @@ You can find a full example [HERE](/examples/furioos-sdk-js-npm-example)
### Via CDN
```bash
<script src="https://cdn.jsdelivr.net/gh/Unity-Technologies/furioos-sdk-js@master/dist/furioos.bundle.js"></script>
<script src="https://cdn.jsdelivr.net/gh/Unity-Technologies/furioos-sdk-js@3db8ef6c6f0a57ea061473e16e8cd63bd26a2826/dist/furioos.bundle.js"></script>
```
You can find a full example [HERE](/examples/furioos-sdk-js-cdn-example)