diff --git a/README.md b/README.md
index 293b402..ab96c11 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Put a settings.xml into your ~/.m2 directory with the following content:
central
Central Repository
- http://repo.maven.apache.org/maven2
+ https://repo.maven.apache.org/maven2
default
false
@@ -39,7 +39,7 @@ Put a settings.xml into your ~/.m2 directory with the following content:
central
Central Repository
- http://repo.maven.apache.org/maven2
+ https://repo.maven.apache.org/maven2
default
false
never
@@ -63,7 +63,7 @@ Put a settings.xml into your ~/.m2 directory with the following content:
Navigate to the sources folder in the payment-hub project and run the following:
mvn clean package
-
+
## Deploy
Copy the paymenthub/sources/payment-hub/target/payment-hub-1.0.0-SNAPSHOT.jar file to your working directory.
@@ -156,4 +156,4 @@ Copy the application.yml file from work folder to the same working directory, an
- name: transfer # post peer-to-peer transfer
base: transfer
-Currently, the basic transaction use cases - Merchant Payment and Peer-To-Peer transfer - have been integrated with the Payment Hub.
\ No newline at end of file
+Currently, the basic transaction use cases - Merchant Payment and Peer-To-Peer transfer - have been integrated with the Payment Hub.