diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-04-07 23:02:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-07 23:02:28 -0500 |
commit | 7ba7b11f85dcca361ba5497d23b33e53f2525b0c (patch) | |
tree | c28dddb0ee03b9baf5109aee724b2646a47e98be /README.org | |
parent | 107aa4996e63567e2ca282822aff2fa4af7861a1 (diff) | |
download | audit-tools-7ba7b11f85dcca361ba5497d23b33e53f2525b0c.tar.gz audit-tools-7ba7b11f85dcca361ba5497d23b33e53f2525b0c.tar.bz2 audit-tools-7ba7b11f85dcca361ba5497d23b33e53f2525b0c.zip |
add coverage to readme (#4)
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,7 @@ For now, refer to the tree below for application coverage. tree -I ".git*|venv" #+end_src -#+RESULTS: +#+begin_src text ├── CODEOWNERS ├── LICENSE ├── README.org @@ -70,6 +70,7 @@ tree -I ".git*|venv" ├── sample-html.png ├── sample.html └── sample.py +#+end_src * Development |