updated readme

This commit is contained in:
Will Abbott 2024-11-06 16:12:54 +00:00
parent 0115c5e985
commit 3a2fd52273
2 changed files with 43 additions and 15 deletions

View file

@ -94,7 +94,7 @@
</c-snippet>
<c-note>
Component filenames should be <c-highlight>snake_cased</c-highlight> by default. To use <c-highlight>hyphen-cased</c-highlight> filenames instead, set <code>COTTON_SNAKE_CASED_NAMES</code> to <code>False</code> in your settings.py <a href="{% url 'configuration' %}">more</a>.
Component filenames should be <c-highlight>snake_cased</c-highlight> by default. To use <c-highlight>kebab-cased</c-highlight> / hyphenated filenames instead, set <code>COTTON_SNAKE_CASED_NAMES</code> to <code>False</code> in your settings.py, <a href="{% url 'configuration' %}">more</a>.
</c-note>
<c-hr />