Skip to content

Commit 6551f9a

Browse files
committed
Minor change in README.md
1 parent 07dad5a commit 6551f9a

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
@@ -38,9 +38,9 @@ TOKENS="WIKI CLOUD" # For any additional entry add the appropriate
3838

3939
__Template__ - The three lines that should be added for every new directory addition.
4040
```Shell
41-
# <token-uppercase>_BACKUPS_DIR="/path/to/dir" # No '/' at the end of the path!
42-
# <token-uppercase>_DIR="/path/to/another-dir" # No '/' at the end of the path!
43-
# <token-uppercase>_BACKUP_DAY="<weekday-3-letters>"
41+
<token-uppercase>_BACKUPS_DIR="/path/to/dir" # No '/' at the end of the path!
42+
<token-uppercase>_DIR="/path/to/another-dir" # No '/' at the end of the path!
43+
<token-uppercase>_BACKUP_DAY="<weekday-3-letters>"
4444
```
4545

4646
Example No.1

0 commit comments

Comments
 (0)