Przeglądaj źródła

[ts][player] Fix README.md refering to the wrong .css file for player.

Mario Zechner 3 lat temu
rodzic
commit
93ff066ec3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      spine-ts/README.md

+ 1 - 1
spine-ts/README.md

@@ -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">