From e9b0f47aa252b173e040f1de9c83b6d8c24195a1 Mon Sep 17 00:00:00 2001 From: n-wbrown Date: Sun, 19 Nov 2023 19:28:44 -0800 Subject: [PATCH] update main readme from pcds --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 9bb1694..73f57b9 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Python Package and Notebook Cookiecutter ======================================== -A project template for python projects and notebooks. This package is primarily intended for reserachers organize small projects +A project template for python projects and notebooks. This package is primarily intended for researchers to organize small projects consisting of modules and notebooks. To learn more about cookiecutter: @@ -29,15 +29,15 @@ Starting a New Project If using for the first time or in need of a new clone: :: - $ cookiecutter https://github.com/pcdshub/cookiecutter-pcds-python + $ cookiecutter https://github.com/n-wbrown/cookiecutter-python-notebook or :: - $ cookiecutter gh:pcdshub/cookiecutter-pcds-python + $ cookiecutter gh:n-wbrown/cookiecutter-python-notebook Otherwise: :: - $ cookiecutter cookiecutter-pcds-python + $ cookiecutter cookiecutter-python-notebook Configuring a New Project -------------------------