Update README.md (#2254)

typo
This commit is contained in:
UjNoaUlFVjJjbXNnU1dacQ== 2023-02-21 03:30:11 -05:00 committed by GitHub
parent de808262bb
commit a3888f5e99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,11 +45,11 @@ Starting from Spine 4.1, the version number is composed of the corresponding edi
To add the spine-libgdx runtime to your Maven project, add this dependency: To add the spine-libgdx runtime to your Maven project, add this dependency:
``` ```
<depenency> <dependency>
<groupId>com.esotericsoftware.spine</groupId> <groupId>com.esotericsoftware.spine</groupId>
<artifactId>spine-libgdx</artifactId> <artifactId>spine-libgdx</artifactId>
<version>4.0.18.1</version> <version>4.0.18.1</version>
</depenency> </dependency>
``` ```
For SNAPSHOT versions, add the SonaType Snapshot repository to your `pom.xml`: For SNAPSHOT versions, add the SonaType Snapshot repository to your `pom.xml`:
@ -91,4 +91,4 @@ To build SkeletonViewer, run:
./gradlew spine-libgdx:jar spine-skeletonviewer.jar ./gradlew spine-libgdx:jar spine-skeletonviewer.jar
``` ```
You can then find an uber-jar of SkeletonViewer in `spine-skeletonviewer/build/libs/spine-skeletonviewer.jar`. You can run it via `java -jar spine-skeletonviewer.jar` or double clicking it in the file explorer. You can then find an uber-jar of SkeletonViewer in `spine-skeletonviewer/build/libs/spine-skeletonviewer.jar`. You can run it via `java -jar spine-skeletonviewer.jar` or double clicking it in the file explorer.