From 5e022a8d22d2d46deebff651e5dc99d3b4373ca9 Mon Sep 17 00:00:00 2001
From: Simon Li <spli@dundee.ac.uk>
Date: Wed, 2 Oct 2019 15:12:22 +0100
Subject: [PATCH] Link readme to https://github.com/ryanlovett/nbnovnc

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 17679ce..6f963c3 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@
 
 Example of running a Linux desktop or window manager with noVNC inside Jupyter.
 
+This is based on https://github.com/ryanlovett/nbnovnc
+
 ```
 docker build -t jupyter-desktop .
 docker run -it --rm -p 8888:8888 jupyter-desktop jupyter notebook --debug
-- 
GitLab