Browse Source

[ts][pixi] Removed WIP note from pixi readme. Add doc link to ts readme.

Davide Tantillo 1 year ago
parent
commit
ed4b9f1e45
2 changed files with 3 additions and 3 deletions
  1. 3 1
      spine-ts/README.md
  2. 0 2
      spine-ts/spine-pixi/README.md

+ 3 - 1
spine-ts/README.md

@@ -15,7 +15,9 @@ In most cases, the `spine-player` module is best suited for your needs. Please r
 
 For documentation of the core API in `spine-core`, please refer to our [Spine Runtimes Guide](http://esotericsoftware.com/spine-runtimes-guide).
 
-For documentation of spine-phaser, please refer to our [spine-phaser Guide](https://esotericsoftware.com/spine-phaser).
+For documentation of `spine-phaser`, please refer to our [spine-phaser Guide](https://esotericsoftware.com/spine-phaser).
+
+For documentation of `spine-pixi`, please refer to our [spine-pixi Guide](https://esotericsoftware.com/spine-pixi).
 
 For module specific APIs in `spine-canvas`, `spine-webgl`, and `spine-threejs`, please refer to the [Examples](#examples) in the respecitve `spine-<modulename>/example` folder. For `spine-webgl` specifically, we have provided additional [demos](spine-webgl/demos), which you can also [view online](http://esotericsoftware.com/spine-demos).
 

+ 0 - 2
spine-ts/spine-pixi/README.md

@@ -1,5 +1,3 @@
-> **Note**: this runtime is a work in progress. Please follow this issue to get alerted once the runtime is deemed complete. https://github.com/EsotericSoftware/spine-runtimes/issues/2305
-
 # spine-ts Pixi.js
 
 Please see the top-level [README.md](../README.md) for more information.