Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinibrsl authored Jun 10, 2024
1 parent e080378 commit 0f4e98b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<img src="http://4.bp.blogspot.com/-A3yklQR-X8Q/VhmQKDIknzI/AAAAAAAAAJ8/ymMAMlSzKjM/s1600/burocracia.jpg" align="right" />

# 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

Expand All @@ -14,7 +14,7 @@ Add this to your application's `shard.yml`:
```yaml
dependencies:
burocracia:
github: vnbrs/burocracia.cr
github: vinibrsl/burocracia.cr
```
## Usage
Expand All @@ -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)
Expand All @@ -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

0 comments on commit 0f4e98b

Please sign in to comment.