Skip to content

Commit a0859bb

Browse files
committed
Fix gitignore
1 parent a820b89 commit a0859bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
\data\*
1+
/data/*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This may take a bit depending on your experience programming. learnpython.org lo
3434
### Download data from google drive
3535
TNEL-UMN/Protocols and Tutorials/Python
3636

37-
Copy folder OP7 into data folder within learning-python folder.
37+
Copy folder OP7 into folder named data within learning-python folder.
3838

3939
### Open Main in juypter
4040
Start a juypter notdebook and open up the main.ipynb file which is located in the folder that you cloned from github.

0 commit comments

Comments
 (0)