From 981e202b6a5be4a867ca73270ef080e690dab4ee Mon Sep 17 00:00:00 2001
From: Bart Vandereycken <bart.vandereycken@unige.ch>
Date: Wed, 23 Nov 2022 07:44:26 +0100
Subject: [PATCH] arxiv version

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 267ecd0..5c00e8f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # sketchAAA 
 
-MATLAB software that implements the ``sketchAAA`` algorithm from the Arxiv preprint [Randomized sketching of nonlinear eigenvalue problems](https://arxiv.org).
+MATLAB software that implements the ``sketchAAA`` algorithm from the Arxiv preprint [Randomized sketching of nonlinear eigenvalue problems](https://arxiv.org/abs/2211.12175).
 
 ## Installation and usage
 
@@ -27,9 +27,9 @@ This software is GPL licensed. When using it for academic purposes, please cite
 ```
 @article{
     title = {Randomized sketching of nonlinear eigenvalue problems},
-    journal = {arXiv:2208.XX},
+    journal = {arXiv:2211.12175},
     author = {G\"uttel, Stefan and Kressner, Daniel and Vandereycken, Bart},
-    doi = {10.48550/arXiv.XX},
+    doi = {10.48550/arXiv.2211.12175},
     year = {2022}, 
 }
 ```
-- 
GitLab