fixed typing mistake

This commit is contained in:
Jordan Suter 2020-02-28 13:42:44 +01:00 committed by GitHub
parent 734ae8333e
commit 6eb6949a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ if you use maven, you can put it `${project.basedir}/libs`, and edit config file
<dependency>
<groupId>com.github.nintha</groupId>
<artifactId>webp-imageio-core</artifactId>
<version>{versoin}</version>
<version>{version}</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/webp-imageio-core-{version}.jar</systemPath>
</dependency>