Merge pull request #13 from JOrbits/patch-1

fixed typing mistake
This commit is contained in:
ninthakeey 2020-02-28 23:01:21 +08:00 committed by GitHub
commit 2290fd41f2
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>