From 5d542723969638aca06c2009891543b5fd35b921 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Thu, 26 Jan 2023 13:40:28 +0100 Subject: [PATCH] [ts] Fix tags in README.md --- spine-ts/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spine-ts/README.md b/spine-ts/README.md index 213d659cd..207951a1f 100644 --- a/spine-ts/README.md +++ b/spine-ts/README.md @@ -44,20 +44,20 @@ You can include a module in your project via a ` // spine-ts Canvas - // spine-ts WebGL - // spine-ts Player, which requires a spine-player.css as well - // spine-ts ThreeJS - ``` We also provide `js.map` source maps. They will be automatically fetched from unpkg when debugging code of a spine-module in Chrome, Firefox, or Safari, mapping the JavaScript code back to its original TypeScript sources.