From 1e9e1136f0285b2e6babf4e6c9c8775d863e945c Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sun, 11 Jun 2023 22:51:51 +0200 Subject: [PATCH] docs(meta): H1 headlines all the way --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 137fa40..9a54f06 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,17 @@ Project directory structure templates for the Python Cookiecutter package. -## What's Cookiecutter? +# What's Cookiecutter? The Python package [Cookiecutter](https://github.com/cookiecutter/cookiecutter) assists in creating directory structure for whatever purpose you need such as for example a new Python project, an Ansible role or a `docker-compose` project - anything really that benefits from a unifirm reproducible directory structure. If you've ever wanted to put project structure best practices into version control then Cookiecutter's here to help. Cookiecutter is governed by so-called Cookiecutter templates, most of its magic inside Cookiecutter templates happens via the [Jinja2 template engine](https://palletsprojects.com/p/jinja/). You'll feel right at home if you're familiar with Ansible. -## Repo layout +# Repo layout Each subdirectory in this repo is a Cookiecutter template, you'll recognize them from their telltale `cookiecutter.json` files. Directories usually also have a readme file explaining more about each individual template. -## Get started +# Get started Get Cookiecutter like so: ```