From 5af3b1729376ba49275d93be71a2fdd495100ab1 Mon Sep 17 00:00:00 2001 From: clara bayley Date: Tue, 27 Feb 2024 15:43:08 +0100 Subject: [PATCH] replace slash with ampersand --- README.md | 2 +- docs/source/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66df2aa..711a3ea 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To (locally) reproduce this project simply clone the repository. $ git clone https://github.com/yoctoyotta1024/GoodSciProjTemplate.git ``` You will need to run ``pre-commit install`` but other than that all the necessary packages for you -to run / have fun with everything should work out of the box... If not, please raise an issue on the +to run & have fun with everything should work out of the box... If not, please raise an issue on the GitHub repository. ## Documentation diff --git a/docs/source/index.rst b/docs/source/index.rst index 0fcd02b..42157ef 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -28,7 +28,7 @@ scientific practises into your GitHub repositories. The template demonstrates: * how to use continuous integration (CI) to run your tests and publish your documentation on GitHub (see https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration) To (locally) reproduce this project, simply clone the repository. You will need to run -``pre-commit install`` but other than that all the necessary packages for you to run / have fun with +``pre-commit install`` but other than that all the necessary packages for you to run & have fun with everything should work out of the box... If not, please raise an issue on the GitHub repository.