Skip to content

Commit 436b1be

Browse files
NSpehlerSaurabh Kumar
authored andcommitted
Fix typo in README.md (theskumar#181)
1 parent 8e37a5f commit 436b1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ MEANING_OF_LIFE=42
4444
MULTILINE_VAR="hello\nworld"
4545
```
4646

47-
You can optionally prefix each line with the word `export`, which is totally ignore by this library, but might allow you to [`source`](https://bash.cyberciti.biz/guide/Source_command) the file in bash.
47+
You can optionally prefix each line with the word `export`, which is totally ignored by this library, but might allow you to [`source`](https://bash.cyberciti.biz/guide/Source_command) the file in bash.
4848

4949
```
5050
export S3_BUCKET=YOURS3BUCKET

0 commit comments

Comments
 (0)