From 0f4e98b3d7c6db51c3aad2a3ee7291e3a4a361ce Mon Sep 17 00:00:00 2001 From: Vinicius Brasil Date: Mon, 10 Jun 2024 11:03:16 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 878d6ef..b7c58cc 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# burocracia.cr [![Dependencies](https://img.shields.io/badge/dependencies-0-green.svg)](#) [![GitHub license](https://img.shields.io/github/license/vnbrs/burocracia.cr.svg)](https://github.com/vnbrs/burocracia.cr/blob/master/LICENSE) +# burocracia.cr [![Dependencies](https://img.shields.io/badge/dependencies-0-green.svg)](#) [![GitHub license](https://img.shields.io/github/license/vinibrsl/burocracia.cr.svg)](https://github.com/vinibrsl/burocracia.cr/blob/master/LICENSE) > All Brazilian boring burocracias solved burocracia.cr is the dependecyless Crystal shard to validate, generate and format Brazilian burocracias such as CPF, CNPJ and CEP. -[(clique aqui para uma versão em português 🇧🇷)](https://github.com/vnbrs/burocracia.cr/blob/master/README.pt.md) +[(clique aqui para uma versão em português 🇧🇷)](https://github.com/vinibrsl/burocracia.cr/blob/master/README.pt.md) ## Installation @@ -14,7 +14,7 @@ Add this to your application's `shard.yml`: ```yaml dependencies: burocracia: - github: vnbrs/burocracia.cr + github: vinibrsl/burocracia.cr ``` ## Usage @@ -41,11 +41,11 @@ Burocracia::CNPJ.sanitize("92.583.745/0001-49") => "92583745000149" ``` -Read the full documentation [here](https://vnbrs.github.io/burocracia.cr/Burocracia). +Read the full documentation [here](https://vinibrsl.github.io/burocracia.cr/Burocracia). ## Contributing -1. Fork it ( https://github.com/vnbrs/burocracia.cr/fork ) +1. Fork it ( https://github.com/vinibrsl/burocracia.cr/fork ) 2. Create your feature branch (git checkout -b my-new-feature) 3. Commit your changes (git commit -am 'Add some feature') 4. Push to the branch (git push origin my-new-feature) @@ -55,4 +55,4 @@ Please, don't forget to document the code and run `crystal docs` to apply the ch ## Contributors -- [vnbrs](https://github.com/vnbrs) Vinicius Brasil - creator, maintainer +- [vinibrsl](https://github.com/vinibrsl) Vinicius Brasil - creator, maintainer