From ed7755b2c450ff644b212bc11836b9fb09320b21 Mon Sep 17 00:00:00 2001 From: "bernease@gmail.com" Date: Mon, 27 Jun 2022 11:04:25 -0700 Subject: [PATCH] Fix typos in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bda6030..e5605bf 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ recommendations we make here follow the standards and conventions of much of the scientific Python eco-system. Following these standards and recommendations will make it easier for others to use your code, and can make it easier for you to port your code into other projects and collaborate with other users of this -eco-system. +ecosystem. To use it as a template for your own project, click the green "use this template" button at the top of the front page of this repo. @@ -15,7 +15,7 @@ First, let me explain all the different moving parts that make up a small scientific python project, and all the elements which allow us to effectively share it with others, test it, document it, and track its evolution. -### Organization of the project +### Organization of the project The project has the following structure: