Skip to content

Commit

Permalink
feat(crypto-helper): update readme.md;
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestTvarynka committed Aug 25, 2024
1 parent 9a64c57 commit d578bc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Table of content:
- [Contributing](#contributing)

![](/public/img/example.png)
![](/public/img/sha.png)
![](/public/img/jwt.png)
![](/public/img/asn1.png)
![](/public/img/diff.png)
Expand Down
2 changes: 1 addition & 1 deletion src/asn1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ pub fn asn1_parser_page() -> Html {
<div class={classes!("vertical", "asn1-page")} {onkeydown}>
<span>
<a href="https://github.com/TheBestTvarynka/crypto-helper/tree/main/crates/asn1-parser#supported-asn1-types" class="a-link">
{"list of supported asn1 types"}
{"List of supported asn1 types"}
</a>
{". Report a bug/feature "}<a href="https://github.com/TheBestTvarynka/crypto-helper/issues/new" class="a-link">{"here"}</a>{"."}
</span>
Expand Down

0 comments on commit d578bc0

Please sign in to comment.