Skip to content

Commit 2d4884b

Browse files
committed
Merge pull request iugu#1 from giovannibonetti/readme-syntax-highlighting
Update README.md
2 parents f7f1fef + 0498120 commit 2d4884b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Ou instale você mesmo com:
1818

1919
## Exemplos de Uso
2020

21-
~~~
21+
```ruby
2222
# Configure seu api key
2323
Iugu.api_key = SEU_TOKEN_DE_API
2424

@@ -54,4 +54,4 @@ subscription.change_plan( "novo_plano" );
5454

5555
# Histórico de Pagamentos do Cliente
5656
customer.invoices
57-
~~~
57+
```

0 commit comments

Comments
 (0)