From b27650f8bf87cf3ea9dc12d6725ad5ce7e04789e Mon Sep 17 00:00:00 2001 From: ptuomaal Date: Sun, 10 Aug 2014 17:54:04 +0300 Subject: [PATCH] Update README.md Fixed artifact version number --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9bae00..e29406c 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ * Build the code using Maven with the command: `mvn clean install`. -* Copy the file javaee7-angular-1.0-SNAPSHOT.war from target directory to your Wildfly installation folder /standalone/deployments +* Copy the file javaee7-angular-3.1.war from target directory to your Wildfly installation folder /standalone/deployments -* Start Wildfly and go to http://localhost:8080/javaee7-angular-1.0-SNAPSHOT/ +* Start Wildfly and go to http://localhost:8080/javaee7-angular-3.1/ ## Javascript Package Management (optional) ##