Skip to content

Commit

Permalink
add section README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cheaderthecoder authored Sep 16, 2024
1 parent 6fc29c6 commit 9f44175
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ A simple web application that allows users to easily convert Base64-encoded stri
Input Text: `Hello, World!`
Encoded Base64: `SGVsbG8sIFdvcmxkIQ==`


### Base64 to Text Example:
Input Base64: `SGVsbG8sIFdvcmxkIQ==`
Decoded Text: `Hello, World!`

0 comments on commit 9f44175

Please sign in to comment.