diff --git a/README.md b/README.md index e69708d..d3756a3 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.6.1 +To install jPowerShell you can add the dependecy to your software project management tool: http://mvnrepository.com/artifact/com.profesorfalken/jPowerShell/1.6.2 For example, for Maven you have just to add to your pom.xml: com.profesorfalken jPowerShell - 1.6.1 + 1.6.2 Instead, you can direct download the JAR file and add it to your classpath. -https://repo1.maven.org/maven2/com/profesorfalken/jPowerShell/1.6.1/jPowerShell-1.6.1.jar +https://repo1.maven.org/maven2/com/profesorfalken/jPowerShell/1.6.2/jPowerShell-1.6.2.jar ## Basic Usage ##