From f9c15eb8bab9d7c64c6e5020fd2499874ac26643 Mon Sep 17 00:00:00 2001 From: Pavlo Myroniuk Date: Sat, 23 Apr 2022 00:11:53 +0300 Subject: [PATCH] updated readme.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ebfcf5e..0bad9d6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# bytes-formatter +## bytes-formatter ![](img/example.png) @@ -8,17 +8,18 @@ Convert bytes between different representations: hex, base64, decimal, ascii, et Main features: +* supported formats: decimal, hex, base64, ascii * share by the link -* Integrated [asn1 parser](https://lapo.it/asn1js/) (available for `hex` and `base64` output types) +* integrated [asn1 parser](https://lapo.it/asn1js/) (available for `hex` and `base64` output types) * remembers current state -## Meta +### Meta Pavlo Myroniuk - [pspos.developqkation@gmail.com](mailto:pspos.developqkation@gmail.com). Distributed under the [MIT](https://github.com/TheBestTvarynka/bytes-formatter/blob/main/LICENSE) license. -## Contributing +### Contributing Feel free to contribute.