Turn hard coded localhost:8080 into templates in the postman_collection files.
[netvirt.git] / README
diff --git a/README b/README
index 1401a994b5daf1740cd8717719f864b630a3023a..4f9664a00f0878ea18d93544a416696122415ada 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 DIRECTORY ORGANIZATION
 ======================
 
-- commons: contains the parent pom.xml for all ovsdb projects.
+- commons/parent: contains the parent pom.xml for all ovsdb projects.
 - ovsdb: contains the ovsdb SB plugin
 - distribution/opendaylight: will build a working controller distribution
   based on the controller + ovsdb modules
@@ -12,12 +12,12 @@ HOW TO BUILD
 In order to build it's required to have JDK 1.7+ and Maven 3+, to get
 a build going it's needed to:
 
-cd commons/
+cd commons/parent
 mvn clean install
 
 or if you want to avoid SNAPSHOT checking
 
-cd commons/
+cd commons/parent
 mvn clean install -nsu
 
 HOW TO RUN