updating documentation

This commit is contained in:
Sandor Vasi
2016-03-02 18:05:39 +01:00
parent 9488ca32b6
commit c5cd25ce22

View File

@@ -1,4 +1,4 @@
# sox-wrapper-java # Sox wrapper for java
Java wrapper around the famous [sox](https://sourceforge.net/projects/sox/) audio processing tool. Java wrapper around the famous [sox](https://sourceforge.net/projects/sox/) audio processing tool.
Please note that the sox executable is not part of this project. This is a wrapper application only that points to the Please note that the sox executable is not part of this project. This is a wrapper application only that points to the
executable. executable.
@@ -16,8 +16,8 @@ Have a nice coding :)
``` ```
<dependency> <dependency>
<groupId>ie.corballis</groupId> <groupId>ie.corballis</groupId>
<artifactId>sox-wrapper-java</artifactId> <artifactId>sox-java</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0.0</version>
</dependency> </dependency>
``` ```