Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistonight committed Oct 30, 2023
1 parent b9a0bc3 commit fecd6bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# txtpp
![Build Badge](https://img.shields.io/github/actions/workflow/status/Pistonite/txtpp/rust.yml)
![Version Badge](https://img.shields.io/crates/v/txtpp)
![Docs Badge](https://img.shields.io/docsrs/txtpp)
![License Badge](https://img.shields.io/github/license/Pistonite/txtpp)
![Issue Badge](https://img.shields.io/github/issues/Pistonite/txtpp)

Expand Down Expand Up @@ -70,7 +69,9 @@ world
- [Execution](#execution)
- [Directive Specification](#directive-specification)
- [Include Directive](#include-directive)
- [After Directive](#after-directive)
- [Run Directive](#run-directive)
- [Empty Directive](#empty-directive)
- [Temp Directive](#temp-directive)
- [Tag Directive](#tag-directive)
- [Write Directive](#write-directive)
Expand Down
3 changes: 2 additions & 1 deletion docs/README.md.txtpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# txtpp
![Build Badge](https://img.shields.io/github/actions/workflow/status/Pistonite/txtpp/rust.yml)
![Version Badge](https://img.shields.io/crates/v/txtpp)
![Docs Badge](https://img.shields.io/docsrs/txtpp)
![License Badge](https://img.shields.io/github/license/Pistonite/txtpp)
![Issue Badge](https://img.shields.io/github/issues/Pistonite/txtpp)

Expand Down Expand Up @@ -60,7 +59,9 @@ TXTPP#include fiz.txt
- [Execution](#execution)
- [Directive Specification](#directive-specification)
- [Include Directive](#include-directive)
- [After Directive](#after-directive)
- [Run Directive](#run-directive)
- [Empty Directive](#empty-directive)
- [Temp Directive](#temp-directive)
- [Tag Directive](#tag-directive)
- [Write Directive](#write-directive)
Expand Down

0 comments on commit fecd6bf

Please sign in to comment.