Skip to content

Commit

Permalink
[ts][player] Fix README.md refering to the wrong .css file for player.
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Jan 24, 2022
1 parent a032519 commit 93ff066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spine-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 93ff066

Please sign in to comment.