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