From 96f08ac6595368a1c9e4b2bc51fb13668d5cab0e Mon Sep 17 00:00:00 2001 From: Lucien Doellinger Date: Sun, 7 Jul 2024 21:39:52 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d26d1d..295a729 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,10 @@ Swift Library for validation and generation of CPF and CNPJ numbers 🇧🇷. ## Generation -``` +```swift let cpf = CPF.generate() ``` -Check out more on [Playgrounds](README.playground) - # Badges [![Swift](https://github.com/Lucien/NadaADeclarar/actions/workflows/swift.yml/badge.svg?branch=master)](https://github.com/Lucien/NadaADeclarar/actions/workflows/swift.yml) [![CodeQL](https://github.com/Lucien/NadaADeclarar/actions/workflows/codeql.yml/badge.svg)](https://github.com/Lucien/NadaADeclarar/actions/workflows/codeql.yml)