Skip to content

Commit e4b39ab

Browse files
committed
fix: missspellings in Readme
1 parent e146639 commit e4b39ab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1717
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
18+
1819
**Table of Contents**
1920

2021
- [Description](#description)
@@ -188,7 +189,7 @@ Example dotenv file `.env`
188189

189190
```cli
190191
export my_env_secret="my_top_secret_password"
191-
# => PWD => $my_secret_env_var => my_top_secret_password
192+
# PWD => $my_secret_env_var => my_top_secret_password
192193
```
193194

194195
```dotenv
@@ -197,7 +198,7 @@ TARGET_FILE=/outpath/to/file.xlsx # Optional or optional via argument --target
197198
PWD=my_secret_env_var # Mandatory get password from $my_secret_env_var or mandatory via --pwd my_secret_env_var
198199
```
199200

200-
````cli
201+
```cli
201202
./file_encryption-decryption-x86_64.AppImage --source /path/to/sourcefile.xlsx --pwd my_secret_env_var
202203
```
203204

@@ -288,6 +289,7 @@ An utility to load environment variables from a .env file
288289
## folder structure
289290

290291
<!-- readme-tree start -->
292+
291293
```
292294
.
293295
├── .github
@@ -336,6 +338,7 @@ An utility to load environment variables from a .env file
336338
337339
10 directories, 34 files
338340
```
341+
339342
<!-- readme-tree end -->
340343

341344
<p align="right">(<a href="#top">back to top</a>)</p>

0 commit comments

Comments
 (0)