summaryrefslogtreecommitdiffstats
path: root/configgen/README
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-08-23 11:14:55 +0200
committerHarald Musum <musum@yahooinc.com>2023-08-23 11:14:55 +0200
commita3400e2963e8d12651e72bb2db3872bcecd5ccbf (patch)
treefec06f6c96934b8581b2059f56642753f7b94437 /configgen/README
parentfb3f2fd29acab0f31e107a182ce0d334286871ce (diff)
Minor cleanup, no functional changes
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
-