diff --git a/README.md b/README.md index ca94345..5d405b7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# OpenCHAMI Configurator +# Configurator: Next Generation -The `configurator` is an extensible tool that is capable of dynamically generating files on the fly. The tool includes a built-in generator that fetchs data from an instance of [SMD](https://github.com/OpenCHAMI/smd) to generate files based on Jinja 2 template files. The tool and generator plugins are written in Go and plugins can be written by following the ["Creating Generator Plugins"](#creating-generator-plugins) section of this README. +The `configurator` is general-purpose FTP-like service with rendering capabilities using Jinja 2 templating. It is designed with managing configuration files across a fleet of systems in mind and provides flexible mechanisms for populating template mappings. ## Building and Usage