diff --git a/README.md b/README.md index 68d2316..5cd3230 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # naming-tool -Very simple go binary outputting a random name. Used for temp deployments +Very simple go binary outputting a random name. Used for temp deployments. + +This is just a wrapper on the great and handy [moniker](https://github.com/technosophos/moniker) library, the same one used by helm. + +It just outputs a random name from the list in descriptor-animal format. + +Opensource because why not. Also makes it easier to download from github in CI pipelines.