From 96d110be8dd45e9fe3021da551a6e1c1661e14b1 Mon Sep 17 00:00:00 2001 From: JGA Date: Tue, 19 Jul 2016 08:32:58 +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 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 ##