Skip to content

Commit

Permalink
Remove sh from code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
agiacomolli committed Oct 6, 2023
1 parent ef3ee5b commit fcc3e16
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $ go build ./cmd/inter-banking

## Authorize and get the user token

```sh
$ ./inter-token -scopes extrato.read -client-id <your client id> -client-secret <your client secret> --output-format info
```
$ inter-token -scopes extrato.read -client-id <your client id> -client-secret <your client secret> --output-format info
token a1200a94-b847-4cda-a510-cc0b9c7182d4
type Bearer
expires 2022-02-02T02:22:22-03:00
Expand All @@ -22,7 +22,7 @@ scopes extrato.read

Show the command help using `inter-banking --help`

```sh
```
Usage: inter-banking [OPTION...] <COMMAND>
-h, --help give this help list
Expand All @@ -47,8 +47,8 @@ statement fetch account statements

### Fetch account balances

```sh
./inter-banking --token a1200a94-b847-4cda-a510-cc0b9c7182d4 --date 2022-02-02 --output-format full
```
$ inter-banking --token a1200a94-b847-4cda-a510-cc0b9c7182d4 --date 2022-02-02 --output-format full
Balances at 2022-02-02
Available 143293.57
Expand All @@ -60,8 +60,8 @@ Administratively blocked 0.00

### List account statements

```sh
./inter-banking --token a1200a94-b847-4cda-a510-cc0b9c7182d4 --start-date 2022-02-02 --end-date 2023-02-12
```
$ inter-banking --token a1200a94-b847-4cda-a510-cc0b9c7182d4 --start-date 2022-02-02 --end-date 2023-02-12
Statements from 2022-02-02 to 2022-02-12
Date Value Operation Type Title Description
Expand Down

0 comments on commit fcc3e16

Please sign in to comment.