Skip to content

Commit f920e3f

Browse files
author
Matt Pearson
committed
Use numbers instead of bullets in ordered list.
1 parent e213314 commit f920e3f

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
@@ -21,9 +21,9 @@ You can also define any of variables using environment variables and configurati
2121
The script will set these variables in this order of preference:
2222

2323
1. Defaults set in the script itself.
24-
* Environment variables.
25-
* `.env` file in the path where you're running the script.
26-
* File specified on the command-line (see the `-c` option below).
24+
2. Environment variables.
25+
3. `.env` file in the path where you're running the script.
26+
4. File specified on the command-line (see the `-c` option below).
2727

2828
Whatever values set later in this list will override those set earlier.
2929

0 commit comments

Comments
 (0)