diff --git a/README.md b/README.md
index e12264dbe1ae369b60046c4bde0ee6f1f11e5eed..16ea3758d007623f44fe5944896926d00329d41f 100644
--- a/README.md
+++ b/README.md
@@ -20,17 +20,25 @@ Recent developments in Quantum Computing (QC) have paved the way for an enhancem
 
 ### D-Wave Leap 
 
-πŸ‘ŒEveryone can make a free account to run on the D-Wave Advantage quantum annealer: 
+πŸ‘Œ Everyone can make a free account to run on the D-Wave Advantage quantum annealer: 
 
-- Make a free account to run on the D-Wave through πŸ‘‰ (https://www.dwavesys.com/take-leap
+- Sign up on D-Wave Leap through πŸ‘‰ https://www.dwavesys.com/take-leap
 
 - Install Ocean Software with 'pip install dwave-ocean-sdk' πŸ‘‰ https://docs.ocean.dwavesys.com/en/latest/overview/install.html
 
-- Configuring the D-Wave System as a Solver with 'dwave config create' πŸ‘‰ https://docs.ocean.dwavesys.com/en/stable/overview/sapi.html
+- Configure the D-Wave System as a Solver with 'dwave config create' πŸ‘‰ https://docs.ocean.dwavesys.com/en/stable/overview/sapi.html
+
+- Check the available computing time for your account on the D-Wave Leap Dashboard πŸ‘‰ https://cloud.dwavesys.com/leap/login/
 
 ### IBM Quantum Experience
 
+πŸ‘Œ Everyone can make a free account to run on IBM quantum machines and simulators: 
+
+- Sign up and login on IBM Quantum Experience through πŸ‘‰ https://quantum-computing.ibm.com/login
+
+- Install Qiskit with 'pip install qiskit' πŸ‘‰ https://qiskit.org/documentation/getting_started.html
 
+- In a notebook, configure the provider using your personal token πŸ‘‰  https://quantum-computing.ibm.com/lab/docs/iql/manage/account/ibmq
 
 ## Experiments
 
@@ -55,7 +63,7 @@ Test set:
 
 ### Classification with classical SVM (Scikit-Learn)
 
-Follow the instructions of the Jupyter Notebook πŸ‘‰
+Follow the instructions of the Jupyter Notebook πŸ‘‰ experiments/Classic_SVM/Classic_SVM.ipynb
 
 ### Classification with QA-based QSVM (D-Wave QA)
 
@@ -63,7 +71,7 @@ Follow the instructions of the Jupyter Notebook πŸ‘‰ experiments/QA_SVM/QA_SVM.i
 
 ### Classification with Circuit-based QSVM (IBM Quantum Experience)
 
-Follow the instructions of the Jupyter Notebook πŸ‘‰
+Follow the instructions of the Jupyter Notebook πŸ‘‰ experiments/Circuit_SVM/Circuit_SVM.ipynb
 
 ## Support