Skip to content

Commit

Permalink
New readme
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecarrillo100 committed Feb 7, 2024
1 parent d106c81 commit 0bcaaad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,12 @@ If you prefer you can create an instance with inverted CharacterSet:
const decodedString = base62.decodeStr(encodedString);
// decodedString => Hello World!
```

## Donations
Creating these libraries is my hobie. If you consider my work useful to you, please consider buying me a coffee. Your contribution keeps me motivated to created and maintain these useful libraries.


[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate/?business=7X3JAPNBQTXZG&amount=5&no_recurring=0&item_name=NPM%2FGitHub+libraries&currency_code=USD)

[![QR](https://raw.githubusercontent.com/felipecarrillo100/bankgreen/main/QR_Code_5Euro.png)](https://www.paypal.com/donate/?business=7X3JAPNBQTXZG&amount=5&no_recurring=0&item_name=NPM%2FGitHub+libraries&currency_code=USD)

1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "base62str",
"version": "1.0.9",
"version": "1.0.10",
"description": "Encode a string into a base62 string. Decode a base62 string back to a decoded string. It can also code arrays of bytes.",
"keywords": ["base62", "base-62", "encoding", "decoding", "url-encoding"],
"main": "dist/src/index.js",
Expand Down

0 comments on commit 0bcaaad

Please sign in to comment.