diff --git a/README.md b/README.md index 5d6fc7a..74b09f5 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ copier copy {this_repo's_path} {new_directory_path} ``` or: ```bash -copier copy git@github.com:DiamondLightSource/python-copier-template.git . +copier copy git@github.com:DiamondLightSource/python-interface-to-workflows.git . code . ``` diff --git a/src/copier_template/renovate.json.jinja b/src/copier_template/renovate.json.jinja index c60c307..eeb73d9 100644 --- a/src/copier_template/renovate.json.jinja +++ b/src/copier_template/renovate.json.jinja @@ -1,4 +1,4 @@ -{{% raw %}} +{% raw %} { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ @@ -38,4 +38,4 @@ } ] } -{{% endraw %}} +{% endraw %}