Skip to content

Commit 75d77af

Browse files
author
Jacob Davis
authored
Create README.md
1 parent 457c80a commit 75d77af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ForexQuotes is a PHP Library for fetching realtime forex quotes
1313
- [Other implementations](#other-implementations)
1414
- [API Call: Get all quotes](#get-all-quotes)
1515
- [API Call: Get specific quotes](#get-specific-quotes)
16+
- [API Call: Convert a currency](#convert-a-currency)
1617
- [API Call: Get the symbol list](#get-the-symbol-list)
1718
- [Support / Contact](#support-and-contact)
1819
- [License / Terms](#license-and-terms)
@@ -163,7 +164,7 @@ GET https://forex.1forge.com/1.0.1/symbols
163164
```
164165

165166

166-
### Convert from one currency to another
167+
### Convert a currency
167168
#### Request
168169
```
169170
GET https://forex.1forge.com/1.0.1/convert?from=USD&to=EUR&quantity=100

0 commit comments

Comments
 (0)