From 2ca3b6462b0622588ca2b69746841cd838b4a9ff Mon Sep 17 00:00:00 2001 From: Luke Ingram Date: Wed, 12 Jan 2022 13:39:26 -0400 Subject: [PATCH] [ts] Fixed development setup documentation --- spine-ts/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spine-ts/README.md b/spine-ts/README.md index 332eda3d4..8a6285437 100644 --- a/spine-ts/README.md +++ b/spine-ts/README.md @@ -7,7 +7,7 @@ up into multiple modules: 1. `spine-webgl/`, a self-contained WebGL backend, built on the core classes. 1. `spine-canvas/`, a self-contained Canvas backend, built on the core classes. 1. `spine-threejs/`, a self-contained THREE.JS backend, built on the core classes. -1. `spine-player/`, a self-contained player to easily display Spine animations on your website, built on core the classes and WebGL backend. +1. `spine-player/`, a self-contained player to easily display Spine animations on your website, built on the core classes and WebGL backend. In most cases, the `spine-player` module is best suited for your needs. Please refer to the [Spine Web Player documentation](https://esotericsoftware.com/spine-player) for more information. @@ -104,6 +104,7 @@ spine-ts is developed with TypeScript, we thus recommend the following developme 3. Open a terminal and execute ``` git clone https://github.com/esotericsoftware/spine-runtimes +cd spine-runtimes/spine-ts npm install npm run dev ```