Skip to content

Commit d753205

Browse files
authored
Update 04-version-control.md
1 parent 26c5ea0 commit d753205

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

episodes/04-version-control.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,12 @@ You might need to open a new terminal afterwards!
168168
### Add initial files into our repository
169169

170170
As part of [our setup](./index.html#astronaut-data-and-analysis-code),
171-
we downloaded `astronaut-data-not-so-fair.zip`.
172-
This contained, among other things, two files we'll be using for this episode:
171+
we downloaded or received via email `spacewalks.zip` archive which, when unzipped, contains two files we will be using in this course:
173172

174173
- `my code v2.py`
175174
- `data.json`
176175

177-
We want to move these files into the folder we just set up.
176+
We want to move these files into the folder we just have set up.
178177
You can either drag and drop the files from a file explorer window into the left pane of the VS Code,
179178
or you can use the [`mv` command](https://linuxcommandlibrary.com/man/mv) in the command line terminal.
180179

0 commit comments

Comments
 (0)