From 82ae23aaaa0548a2b912817ce2b6da7184509bfb Mon Sep 17 00:00:00 2001 From: Joao Pedro Truchinski Borba Date: Sat, 6 Apr 2024 19:38:41 -0300 Subject: [PATCH] feat: documentation --- docs/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/readme.md b/docs/readme.md index c854754..bd3781f 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -16,8 +16,8 @@ The recommended way to use the AWS SDK for Java in your project is to consume it ``` -## Scheduling a invoice -```java +## Scheduling invoice +```Java Invoice invoice = Invoice.creator() .setServiceDescription("Nota fiscal da Fatura 101940. Descrição dos Serviços: ANÁLISE E DESENVOLVIMENTO DE SISTEMAS") .setObservations("Mensal referente aos trabalhos de Junho.")