forked from EsotericSoftware/spine-runtimes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ts][player] Fix README.md refering to the wrong .css file for player.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ You can include a module in your project via a `<script>` tag from the [unpkg](h | |
// spine-ts Player, which requires a spine-player.css as well | ||
<script src="https://unpkg.com/@esotericsoftware/[email protected].*/dist/iife/spine-player.js"> | ||
<link rel="stylesheet" href="https://unpkg.com/@esotericsoftware/[email protected].*/dist/iife/spine-player.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/@esotericsoftware/[email protected].*/dist/spine-player.css"> | ||
// spine-ts WebGL | ||
<script src="https://unpkg.com/@esotericsoftware/[email protected].*/dist/iife/spine-webgl.js"> | ||
|