Skip to content

Commit fb477a1

Browse files
committed
Zephy Misspelling Fixed
1 parent f1d3e8d commit fb477a1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
<p>If you don't want to download Pixi/Zephyr, use the following code to use the hosted <strong>stable release</strong>. Please note that some specs WILL change at the start of every month when a new version is released, but this is a great way to test out Zephyr for projects without committing to using it.</p>
1717
<p><code>&lt;script src="https://ottcs.github.io/ZephyrJS/stable/pixi.js"&gt;&lt;/script&gt;</code></p>
18-
<p><code>&lt;script src="https://ottcs.github.io/ZephyrJS/stable/zepyhr.js"&gt;&lt;/script&gt;</code></p>
18+
<p><code>&lt;script src="https://ottcs.github.io/ZephyrJS/stable/zephyr.js"&gt;&lt;/script&gt;</code></p>
1919
<p>This will always use the latest stable-tested version of (minified, speed matters) Pixi/Zephyr.</p>
2020

2121
<p>If you're willing to help out development by reporting bugs and issues, consider using the <strong>nightly release</strong>!</p>
2222
<p><code>&lt;script src="https://ottcs.github.io/ZephyrJS/nightly/pixi.js"&gt;&lt;/script&gt;</code></p>
23-
<p><code>&lt;script src="https://ottcs.github.io/ZephyrJS/nightly/zepyhr.js"&gt;&lt;/script&gt;</code></p>
23+
<p><code>&lt;script src="https://ottcs.github.io/ZephyrJS/nightly/zepyhyr.js"&gt;&lt;/script&gt;</code></p>
2424
<p>Please do bear in mind that things ARE likely to break in functionality, especially right after a new release of Pixi.</p>
2525

2626
<h2>More</h2>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ <h2>Getting Started</h2>
3333

3434
<p>If you don't want to download Pixi/Zephyr, use the following code to use the hosted <strong>stable release</strong>. Please note that some specs WILL change at the start of every month when a new version is released, but this is a great way to test out Zephyr for projects without committing to using it.</p>
3535
<p><code>&lt;script src="https://ottcs.github.io/ZephyrJS/stable/pixi.js"&gt;&lt;/script&gt;</code></p>
36-
<p><code>&lt;script src="https://ottcs.github.io/ZephyrJS/stable/zepyhr.js"&gt;&lt;/script&gt;</code></p>
36+
<p><code>&lt;script src="https://ottcs.github.io/ZephyrJS/stable/zephyr.js"&gt;&lt;/script&gt;</code></p>
3737
<p>This will always use the latest stable-tested version of (minified, speed matters) Pixi/Zephyr.</p>
3838

3939
<p>If you're willing to help out development by reporting bugs and issues, consider using the <strong>nightly release</strong>!</p>
4040
<p><code>&lt;script src="https://ottcs.github.io/ZephyrJS/nightly/pixi.js"&gt;&lt;/script&gt;</code></p>
41-
<p><code>&lt;script src="https://ottcs.github.io/ZephyrJS/nightly/zepyhr.js"&gt;&lt;/script&gt;</code></p>
41+
<p><code>&lt;script src="https://ottcs.github.io/ZephyrJS/nightly/zephyr.js"&gt;&lt;/script&gt;</code></p>
4242
<p>Please do bear in mind that things ARE likely to break in functionality, especially right after a new release of Pixi.</p>
4343

4444
<h2>More</h2>
File renamed without changes.

quickstart/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Physics</title>
66
<link rel="preload" as="style" href="default.css" onload="this.rel='stylesheet'">
77
<script src="https://ottcs.github.io/ZephyrJS/nightly/pixi.js"></script>
8-
<script src="https://ottcs.github.io/ZephyrJS/nightly/zepyhr.js"></script>
8+
<script src="https://ottcs.github.io/ZephyrJS/nightly/zephyr.js"></script>
99
</head>
1010

1111
<body>
File renamed without changes.

0 commit comments

Comments
 (0)