Skip to content

Commit 5a341d1

Browse files
authored
Update README.md
1 parent e630f3e commit 5a341d1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
expects a secrets.py file something like the following:
44
```
5-
baseURL='https://dspace.myuni.edu'
6-
# credentials for an authorized dspace user
7-
email='dspace_user@.myuni.edu'
8-
password='my_dspace_password'
9-
# full path to a directory into which to store output
10-
filePath = '/Users/dspace_user/dspace-data-collection/data/'
11-
# handlePrefix may vary from your dspace url (or may not)
12-
handlePrefix = 'http://dspace.myuni.edu/handle/'
5+
baseURL='https://dspace.myuni.edu'
6+
# credentials for an authorized dspace user
7+
email='dspace_user@.myuni.edu'
8+
password='my_dspace_password'
9+
# full path to a directory into which to store output
10+
filePath = '/Users/dspace_user/dspace-data-collection/data/'
11+
# handlePrefix may vary from your dspace url (or may not)
12+
handlePrefix = 'http://dspace.myuni.edu/handle/'
1313
```
1414
this file will be gitignored.
1515

@@ -22,7 +22,7 @@ Skips collection 24
2222
if collectionID != 24:
2323
offset = 0
2424
25-
No directories skipped:
25+
No collections skipped:
2626

2727
for j in range (0, len (collections)):
2828
collectionID = collections[j]['id']

0 commit comments

Comments
 (0)