diff --git a/project-template/{{ project_repo_name }}/README.md b/project-template/{{ project_repo_name }}/README.md index b3829f6..266cc38 100644 --- a/project-template/{{ project_repo_name }}/README.md +++ b/project-template/{{ project_repo_name }}/README.md @@ -23,7 +23,8 @@ This xontrib will get loaded automatically for interactive sessions. To stop this, set ```xsh -$XONTRIBS_AUTOLOAD_DISABLED = {"{{project_package_name}}", } +$XONTRIBS_AUTOLOAD_DISABLED = ["{{project_package_name}}", ] +# if you have set this for other xontribs, you should append the vale ``` {% else %} ```xsh