From 6497b438f183a17639d7ae189d9b18e62da3660c Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Fri, 27 Dec 2019 18:12:38 +0100 Subject: [PATCH] Fix template name in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e94ec5..77d800b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The template itself is in the `{{cookiecutter.thesis_type}}-{{cookiecutter.thesi In order to generate a project from the template: * install cookiecutter -* find a cookiecutter-applica-pypackage release applicable (usually the latest release/tag listed at ), say VERSION +* find a cookiecutter-amu-thesis release applicable (usually the latest release/tag listed at ), say VERSION * run: `cookiecutter https://git.wmi.amu.edu.pl/filipg/cookiecutter-amu-thesis.git --checkout VERSION` Interoperation with Overleaf