Skip to content

Commit ec6dc6a

Browse files
committed
highlighting
1 parent 42b6051 commit ec6dc6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ server](https://zenodo.org/account/settings/applications/tokens/new/).
1212

1313
The sandbox token is expected to be stored in the environment variable
1414
`ZENODO_SANDBOX_TOKEN` while the true token must be stored in `ZENODO_TOKEN`, e.g.:
15-
```
15+
```bash
1616
ZENODO_SANDBOX_TOKEN="access token"
1717
```
1818
And to check it was set correctly:
19-
```
20-
echo $ZENODO_SANDBOX_TOKEN
19+
```bash
20+
echo $ZENODO_SANDBOX_TOKEN
2121
```
2222
We strongly advise you to **first test the procedure** on the sandbox server
2323
using the `--sandbox` switch.

0 commit comments

Comments
 (0)