From e704f7273231ac79e0e7511678f32d3f908d5afe Mon Sep 17 00:00:00 2001 From: Trevor Campbell Date: Tue, 29 Aug 2023 21:31:48 -0700 Subject: [PATCH] minor copy/paste error fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbcfaf0..399a32f 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Jupyter notebook worksheets to accompany [*Data Science: A First Introduction*](https://datasciencebook.ca) by Tiffany Timbers, Trevor Campbell and Melissa Lee. To use these worksheets, you can either: -1. Click on a "launch binder" button to open an interactive, but non-persistent, version of the notebook.The setup instructions should be followed to guarantee that your software environment is compatible with the worksheets. +1. Click on a "launch binder" button to open an interactive, but non-persistent, version of the notebook. -2. Download this repository by clicking [here](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/archive/refs/heads/main.zip) and follow our computer setup instructions [here](https://datasciencebook.ca/move-to-your-own-machine.html). +2. Download this repository by clicking [here](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/archive/refs/heads/main.zip) and follow our computer setup instructions [here](https://datasciencebook.ca/move-to-your-own-machine.html). The setup instructions should be followed to guarantee that your software environment is compatible with the worksheets. Regardless of the method you choose to access them, we also recommend reading our [Combining code and text with Jupyter chapter](https://datasciencebook.ca/getting-started-with-jupyter.html) before starting out.