Skip to content

Commit 952d1bf

Browse files
committed
v0.2.0
1 parent b9d6166 commit 952d1bf

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 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)
@@ -116,13 +117,13 @@ Usage:
116117

117118
```mermaid
118119
flowchart TD;
119-
A[<pathto/sourcefile>.aes]-. is_encrypted .->B[[encrypt sourcefile]]
120+
A["<pathto/sourcefile>.aes"]-. is_encrypted .->B[[encrypt sourcefile]]
120121
B-- has_targetfile -->C[[<new/pathto/sourcefile>.aes]]
121-
B-- no_targetfile -->C[[<pathto/sourcefile>.aes]]
122+
B-- no_targetfile -->D[[<pathto/sourcefile>.aes]]
122123
123-
A[<pathto/sourcefile>]-. not_encrypted .->B[[decrypt sourcefile]]
124-
B-- has_targetfile -->C[[<new/pathto/sourcefile>]]
125-
B-- no_targetfile -->C[[<pathto/sourcefile>]]
124+
A[<pathto/sourcefile>]-. not_encrypted .->F[[decrypt sourcefile]]
125+
F-- has_targetfile -->G[[<new/pathto/sourcefile>]]
126+
F-- no_targetfile -->H[[<pathto/sourcefile>]]
126127
```
127128

128129
## Encryption
@@ -253,6 +254,7 @@ An utility to load environment variables from a .env file
253254
## folder structure
254255

255256
<!-- readme-tree start -->
257+
256258
```
257259
.
258260
├── .github
@@ -298,6 +300,7 @@ An utility to load environment variables from a .env file
298300
299301
9 directories, 32 files
300302
```
303+
301304
<!-- readme-tree end -->
302305

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

0 commit comments

Comments
 (0)