diff --git a/README.md b/README.md
index 21f256d3a8602b2c475b225a75c5dfe0c51ea8d9..e217338b9410e9f16157317b4bed392be25e1ff3 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,31 @@
-# pde-vkoga
+# PDE-VKOGA
+
+Modification of the classical vkoga code to solve PDEs in a greedy kernel way.
+
+## How to cite:
+If you use this code in your work, please cite the paper
+
+> T. Wenzel, D. Winkle, G. Santin, and B. Haasdonk. Adaptive meshfree solution
+of linear partial differential equations with PDE-greedy kernel methods. ArXiv,
+(2207.13971), 2022. Submitted
+
+
+```bibtex:
+@article{wenzel2022adaptive,
+  doi = {10.48550/ARXIV.2207.13971},
+  url = {https://arxiv.org/abs/2207.13971},
+  author = {Wenzel, Tizian and Winkle, Daniel and Santin, Gabriele and Haasdonk, Bernard},
+  title = {Adaptive meshfree solution of linear partial differential equations with {PDE}-greedy kernel methods},
+  number = {2207.13971}, 
+  publisher = {arXiv},
+  year = {2022},
+  journal={ArXiv},
+  type={ArXiv},
+  note={Submitted}
+}
+}
+```
+
+For further details on the VKOGA algorithm, please refer to [here](https://github.com/GabrieleSantin/VKOGA).
+
 
-Modification of the classical vkoga code to solve PDEs in a greedy kernel way.
\ No newline at end of file