diff --git a/README.md b/README.md index 3bf9c08..e9ba702 100644 --- a/README.md +++ b/README.md @@ -8,18 +8,18 @@ Simple Java API to interact with PowerShell console ## Installation ## -To install jPowerShell you can add the dependecy to your software project management tool: http://mvnrepository.com/artifact/com.profesorfalken/jPowerShell/1.5 +To install jPowerShell you can add the dependecy to your software project management tool: http://mvnrepository.com/artifact/com.profesorfalken/jPowerShell/1.5.1 For example, for Maven you have just to add to your pom.xml: com.profesorfalken jPowerShell - 1.5 + 1.5.1 Instead, you can direct download the JAR file and add it to your classpath. -https://repo1.maven.org/maven2/com/profesorfalken/jPowerShell/1.5/jPowerShell-1.5.jar +https://repo1.maven.org/maven2/com/profesorfalken/jPowerShell/1.5.1/jPowerShell-1.5.1.jar ## Basic Usage ##