Skip to content

Commit

Permalink
Fix syntax highlighting in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoBakerHytch committed Nov 8, 2022
1 parent 9f2b36f commit 725620b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ variables. It’s a trade-off.)

## Usage

```dotenv
```env
# Comments are supported
TRACING=true
PORT=3000
Expand Down Expand Up @@ -71,7 +71,7 @@ Note:

Strings may be single- or double-quoted. Leading and / or trailing whitespace is ignored, unless it’s inside the quotes.

```dotenv
```env
UNQUOTED= Lorem ipsum
SINGLE_QUOTED= 'Lorem ipsum'
DOUBLE_QUOTED= "Lorem ipsum"
Expand All @@ -81,7 +81,7 @@ QUOTED_WITH_PRESERVED_WHITESPACE= " Lorem ipsum "
Within double quotes, escaped newlines (`\n`) / carriage returns (`\r`) are converted to their corresponding literal
characters.

```dotenv
```env
DOUBLE_QUOTED_WITH_NEWLINE="Lorem\nipsum"
DOUBLE_QUOTED_WITH_CR="Lorem\ripsum"
```
Expand Down

0 comments on commit 725620b

Please sign in to comment.