From ed3dd0b57c7cbaffecf9fd6f6134602a963952e9 Mon Sep 17 00:00:00 2001 From: Michael J Clark <1103714+wassname@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:25:46 +0800 Subject: [PATCH] Update README.md --- {{ cookiecutter.repo_name }}/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.repo_name }}/README.md b/{{ cookiecutter.repo_name }}/README.md index d6ff058..2c5e877 100644 --- a/{{ cookiecutter.repo_name }}/README.md +++ b/{{ cookiecutter.repo_name }}/README.md @@ -43,7 +43,7 @@ Note this project uses - ./10_raw <- The original, immutable data dump. - ./20_interim <- Intermediate data that has been transformed. - ./30_processed <- The final, canonical data sets for modeling. -- nbs: upyter notebooks. Name with creator's initials, a number (for ordering), and short `-` delimited description, e.g. `jqp-1.0-initial-data-exploration`. +- nbs: Jupyter notebooks. Name with creator's initials, a number (for ordering), and short `-` delimited description, e.g. `jqp-1.0-initial-data-exploration`. - pyproject.toml: defines poetry project dependencies and build configuration - {{cookiecutter.project_name}}: Source code for use in this project.