Skip to content

Commit 5f37e53

Browse files
committed
Fixed typo in bullets
1 parent 67297bf commit 5f37e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you copy these in your bash profile you wont have to look for them again. We
5555

5656
This step reserves the DOI for the paper, allowing you to update metadata before final publication.
5757

58-
4.\ Run the [process.py](process.py) script using the provided metadata
58+
4\. Run the [process.py](process.py) script using the provided metadata
5959
file. It requires Python 3 plus the libraries [PyYAML](https://pyyaml.org/), [Requests](https://requests.kennethreitz.org/), and [dateutil](https://dateutil.readthedocs.io/en/stable/).
6060

6161
First run on the sandbox server to check everything is OK:
@@ -67,7 +67,7 @@ Article DOI: 10.xxxx/zenodo.xxxxx
6767
Article URL: https://sandbox.zenodo.org/record/xxxxxx/file/article.pdf
6868
```
6969

70-
5.\ Did this work? Were there any problems? If there were no problems, then use the production server using the `--zenodo` switch instead of the `--sandbox` switch.
70+
5\. Did this work? Were there any problems? If there were no problems, then use the production server using the `--zenodo` switch instead of the `--sandbox` switch.
7171

7272
```bash
7373
$ ./process.py --zenodo --metadata metadata.yaml --pdf article.pdf

0 commit comments

Comments
 (0)