summaryrefslogtreecommitdiffstats
path: root/configgen/README
diff options
context:
space:
mode:
Diffstat (limited to 'configgen/README')
-rw-r--r--configgen/README5
1 files changed, 2 insertions, 3 deletions
diff --git a/configgen/README b/configgen/README
index cc122f6deb6..d973d206beb 100644
--- a/configgen/README
+++ b/configgen/README
@@ -1,9 +1,9 @@
Vespa Config Generation
=======================
-The configgen module is used to generate config-classes from .def files.
+The configgen module is used to generate config classes from .def files.
-Userguide
+User guide
---------
Usually you will want to use this module through the config-class-plugin
@@ -13,4 +13,3 @@ This module can be used stand-alone by building the jar file (mvn package)
and then calling MakeConfig from that file:
java -Dconfig.spec=<def-file_1,def-file_2,...> -Dconfig.dest=<dest-dir> -jar target/configgen.jar
-