Skip to content

Commit

Permalink
fix(readme): update public urls in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTelanie committed Dec 21, 2021
1 parent c267936 commit 44d3eb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -59,7 +59,7 @@ Internally the `valueOf()` implementation returns `x` in first call, `y` in seco
```html
<script
type="text/javascript"
src="https://unpkg.com/@js-basics/vector/build/iife/bundle.min.js"
src="https://unpkg.com/@js-basics/vector/build/iife"
></script>
```

Expand Down Expand Up @@ -142,7 +142,7 @@ You are happy with your current vector library and definitely don’t want to ch
```html
<script
type="text/javascript"
src="https://unpkg.com/@js-basics/vector/build/iife/operator.min.js"
src="https://unpkg.com/@js-basics/vector/build/iife/operator.js"
></script>
```

Expand Down
4 changes: 2 additions & 2 deletions src/adapter/README.md
Expand Up @@ -9,7 +9,7 @@
```html
<script
type="text/javascript"
src="https://unpkg.com/@js-basics/vector/build/iife/adapter/playcanvas.min.js"
src="https://unpkg.com/@js-basics/vector/build/iife/adapter/playcanvas.js"
></script>
```

Expand All @@ -29,7 +29,7 @@ open `external scripts`

increase `Array Size`

add `https://unpkg.com/@js-basics/vector/build/iife/adapter/playcanvas.min.js` to the array
add `https://unpkg.com/@js-basics/vector/build/iife/adapter/playcanvas.js` to the array

create a new script asset

Expand Down

0 comments on commit 44d3eb8

Please sign in to comment.