diff --git a/README.md b/README.md index 0bb99a3..12f6070 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ templating --help > Templating will always look for environment variables first and then set the local fields, and format > any string that matches the regex {{ NAME }} in the templates folder path. **Please create your templates first, -> then run this command**. +> then run this command. [Click here to see an example](https://github.com/jlenon7/templating/tree/main/manifest)**. ```bash templating generate ./manifest/templates --set IMAGE_TAG=my-dockerhub-image:latest diff --git a/package.json b/package.json index c89ad2e..673c050 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jlenon7/templating", - "version": "1.0.6", + "version": "1.0.7", "description": "", "license": "MIT", "author": "João Lenon",