diff --git a/README.rst b/README.rst index 4149052..f210f23 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,6 @@ Then, fill in the prompts and accomplish some post generation cleanup: Prompts -------- -* ```` - * ``target_bundle`` - Adafruit bundle or Community library bundle * ``github_user`` - GitHub user or organization which will host this repo. For example, Adafruit funded libraries should say "adafruit" here. * ``author_name`` - Who you are! Sets the copyright to you. diff --git a/cookiecutter.json b/cookiecutter.json index 376b074..877d4a3 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -9,7 +9,7 @@ "library_name": null, "library_description": "", "library_keywords": "", - "library_prefix": "{%- if cookiecutter.target_bundle == 'Adafruit' -%} adafruit {%- endif -%}", + "library_prefix": "{%- if cookiecutter.target_bundle == 'Adafruit' -%} adafruit {%- endif -%}", "adafruit_pid": "", "requires_bus_device": "", "requires_register": "",