diff --git a/generator/README.md b/generator/README.md index e0c60a9..b7f8cf2 100644 --- a/generator/README.md +++ b/generator/README.md @@ -3,9 +3,9 @@ Consists of two projects useful in generating the boilerplate structure for an Ignition module built using the Gradle build tool. -1. [Ignition Module Generator Core](generator-core/README.md) library for creating Ignition module skeletons. Written in Kotlin, usable in Kotlin, Java and other JVM languages via jar-based dependency available as Maven artifacts. +1. [Ignition Module Generator Core](generator-core/README.md): library for creating Ignition module skeletons. Written in Kotlin, usable in Kotlin, Java and other JVM languages via jar-based dependency available as Maven artifacts. -2. [Module Generator CLI](generator-cli/README.md) command line application which uses the generator library to provide a _command line interface_ (CLI) that can be used to create modules from your operating system's terminal/console. +2. [Module Generator CLI](generator-cli/README.md): command line application which uses the generator library to provide a _command line interface_ (CLI) that can be used to create modules from your operating system's terminal/console. ## Usage