Skip to content

Commit

Permalink
feat: correct prices in example
Browse files Browse the repository at this point in the history
  • Loading branch information
psincraian committed Jan 11, 2024
1 parent 23be015 commit 3e70ba2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ https://tur-prices.petru.tech/api/v1/prices.json
[
{
"rate_name": "TUR1",
"date": "2023-10",
"date": "2024-01",
"variable_price": "0.0511",
"fixed_price": "3.85",
"currency": "EUR"
},
{
"rate_name": "TUR2",
"date": "2023-10",
"date": "2024-01",
"variable_price": "0.0481",
"fixed_price": "7.12",
"currency": "EUR"
},
{
"rate_name": "TUR3",
"date": "2023-10",
"date": "2024-01",
"variable_price": "0.0454",
"fixed_price": "14.92",
"currency": "EUR"
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,21 @@ <h2>Usage</h2>
<pre><code>[
{
"rate_name": "TUR1",
"date": "2023-10",
"date": "2024-01",
"variable_price": "0.0511",
"fixed_price": "3.85",
"currency": "EUR"
},
{
"rate_name": "TUR2",
"date": "2023-10",
"date": "2024-01",
"variable_price": "0.0481",
"fixed_price": "7.12",
"currency": "EUR"
},
{
"rate_name": "TUR3",
"date": "2023-10",
"date": "2024-01",
"variable_price": "0.0454",
"fixed_price": "14.92",
"currency": "EUR"
Expand Down

0 comments on commit 3e70ba2

Please sign in to comment.