Skip to content

Commit

Permalink
#6 count pure markup files as documentation, updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
snowkoli committed Jul 18, 2024
1 parent c4482fb commit 8ed8bcd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ This example results in the following summary output:
┡━━━━━━━━━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━╇━━━━━━╇━━━━━━━━━╇━━━━━━┩
│ Python │ 18 │ 47.4 │ 2132 │ 63.6 │ 418 │ 12.5 │
│ TOML │ 2 │ 5.3 │ 1204 │ 82.7 │ 1 │ 0.1 │
│ reStructuredText │ 9 │ 23.7 │ 566 │ 64.8 │ 1 │ 0.1 │
│ Markdown │ 3 │ 7.9 │ 53 │ 49.1 │ 0 │ 0.0 │
│ Batchfile │ 1 │ 2.6 │ 24 │ 68.6 │ 1 │ 2.9 │
│ Text only │ 2 │ 5.3 │ 24 │ 82.8 │ 0 │ 0.0 │
│ Bash │ 2 │ 5.3 │ 12 │ 80.0 │ 3 │ 20.0 │
│ Makefile │ 1 │ 2.6 │ 9 │ 45.0 │ 7 │ 35.0 │
│ reStructuredText │ 9 │ 23.7 │ 0 │ 0.0 │ 438 │ 50.2 │
│ Markdown │ 3 │ 7.9 │ 0 │ 0.0 │ 53 │ 49.1 │
│ Text only │ 2 │ 5.3 │ 0 │ 0.0 │ 24 │ 82.8 │
├──────────────────┼───────┼───────┼──────┼──────┼─────────┼──────┤
│ Sum │ 38 │ 100.0 │ 402468.4 │ 431 7.3
│ Sum │ 38 │ 100.0 │ 338157.4 │ 94516.1
└──────────────────┴───────┴───────┴──────┴──────┴─────────┴──────┘
```

Expand Down

0 comments on commit 8ed8bcd

Please sign in to comment.