Skip to content

Commit 0b3d212

Browse files
committed
2 parents a718970 + 9982b8f commit 0b3d212

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
@@ -11,7 +11,7 @@ The package is configured for automatic discovery, so unless you have other sett
1111
## Usage
1212
The package adds a route `/version` which displays the value of the environment-variable VERSION.
1313

14-
You need to set the value of this variable during your buld or deploy process.
14+
You need to set the value of this variable during your build or deploy process.
1515

1616
```bash
1717
VERSION=YOUR_VERSION_VALUE
@@ -23,7 +23,7 @@ One way to achieve this is to run the following script, which uses the git hash
2323
echo "VERSION=$(git -C gitdir rev-parse HEAD)" >> .env.current-build
2424
```
2525

26-
.env.current-build refers to a copy of the .env-file, to ensure that the addition is not persistent.
26+
`.env.current-build` refers to a copy of the `.env-file`, to ensure that the addition is not persistent.
2727

2828
## Licence
2929
MIT

0 commit comments

Comments
 (0)