Skip to content

Commit

Permalink
📝 fix: Fixed docs and and docs placement.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAndrewBlack committed Jul 14, 2022
1 parent 7482ee6 commit 482c5d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,6 @@ Get status and basic information about the API.
Get stored date interval.
The string should be delimited by a comma but without spaces.

Example: `EUR,USD` rather than `EUR, USD`

```json
{
"startdate": "1949-01-03",
Expand All @@ -385,6 +383,7 @@ For example query:
"currencies": "EUR,USD"
}
```
>Notice: type `EUR,USD` rather than `EUR, USD` (fix is coming in a later patch)
Result:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "node-mnb",
"version": "1.0.0",
"version": "1.0.1",
"description": "Node package that retrieves information from the Hungarian National Bank's (MNB) SOAP API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 482c5d7

Please sign in to comment.