diff --git a/README.md b/README.md index d1098ab..369d7e6 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,8 @@ Currencies Converter is simple application to convert two currencies in two poss ### +###### NBP API was used get currencies values. + +### + ## [Click here to see live demo](https://davidn96.github.io/currencyConverter/) :star: diff --git a/package.json b/package.json index 496071d..da57ca1 100644 --- a/package.json +++ b/package.json @@ -40,5 +40,5 @@ "devDependencies": { "gh-pages": "^2.2.0" }, - "homepage": "https://davidn96.github.io/currencyExchange/" + "homepage": "https://davidn96.github.io/currencyConverter/" }