Skip to content

Commit

Permalink
Fix quickstart.md (#375)
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Lutz <romanlutz13@gmail.com>
  • Loading branch information
romanlutz authored Sep 12, 2023
1 parent 730a3bc commit 25121e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Expected output:

For example, to get emissions in the `eastus` and `uksouth` region between
`2022-08-23 at 11:15am` and `2022-08-23 at 11:20am`, run:
`dotnet run -l eastus,uksouth -t 2022-08-23T11:15 --toTime 2022-08-23T11:20`
`dotnet run emissions -l eastus,uksouth -s 2022-08-23T11:15 -e 2022-08-23T11:20`

Expected output:

Expand Down Expand Up @@ -147,7 +147,7 @@ hour window on the 23rd of August in the regions: `eastus`, `westus`,
`westus3`,`uksouth`, run the command:

```bash
dotnet run -l eastus,westus,westus3,uksouth -t 2022-08-23T00:00 --toTime 2022-08-23T23:59 --best
dotnet run -l eastus,westus,westus3,uksouth -s 2022-08-23T00:00 -e 2022-08-23T23:59 --best
```

Expected output:
Expand Down

0 comments on commit 25121e6

Please sign in to comment.