Skip to content

Commit

Permalink
adjust section headers in README (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas authored Aug 1, 2024
1 parent 32b709d commit b549757
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Changed

- Reworded two headers in the template README to better reflect their purpose.

## [2024.21]

### Changed
Expand Down
4 changes: 2 additions & 2 deletions src/django_twc_package/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- Python {% for python_version in python_versions %}{{ python_version }}{% if not loop.last %}, {% endif %}{% endfor %}
- Django {% for django_version in django_versions %}{{ django_version }}{% if not loop.last %}, {% endif %}{% endfor %}

## Getting Started
## Installation

1. Install the package from PyPI:

Expand All @@ -30,7 +30,7 @@ INSTALLED_APPS = [
]
```

## Usage
## Getting Started

## Documentation

Expand Down

0 comments on commit b549757

Please sign in to comment.