From 19ef732f8d6016c38d05b7c868eca19742268dbb Mon Sep 17 00:00:00 2001 From: JGA Date: Wed, 26 Sep 2018 09:33:04 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dfc0151..43c05dc 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/2.1 +To install jPowerShell you can add the dependecy to your software project management tool: http://mvnrepository.com/artifact/com.profesorfalken/jPowerShell/2.1.1 For example, for Maven you have just to add to your pom.xml: com.profesorfalken jPowerShell - 2.1 + 2.1.1 Instead, you can direct download the JAR file and add it to your classpath. -https://repo1.maven.org/maven2/com/profesorfalken/jPowerShell/2.1/jPowerShell-2.1.jar +https://repo1.maven.org/maven2/com/profesorfalken/jPowerShell/2.1.1/jPowerShell-2.1.1.jar ## Basic Usage ##