From 95e20875d015669d222007eda72b2fbb344ef66b Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Fri, 17 Feb 2023 11:50:50 +0100
Subject: [PATCH] Clarify documentation

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

diff --git a/README.md b/README.md
index c6da2bb..f6771c2 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,10 @@
 
 # ReferenceModel
 This VIPS model is **an example only, without any actual agronomic value**. It provides examples of how you
-create your own pest prediction model that can be deployed to a [VIPSCore-Python server](https://gitlab.nibio.no/VIPS/VIPSCore-Python) deployment.
+create your own pest prediction model that can be deployed to a [VIPSCore-Python server](https://gitlab.nibio.no/VIPS/VIPSCore-Python) deployment. This model is using the [VipsCore-Python-Common](https://gitlab.nibio.no/VIPS/vipscore-python-common) package, where you can find general information about [how to implement a VIPS Model in Python](https://gitlab.nibio.no/VIPS/vipscore-python-common/-/blob/main/docs/VIPSModel.md). The current project is a proof-of-concept, demonstrating best practices.
 
 ## How to deploy this model
-See the [VIPSCore-Python README](https://gitlab.nibio.no/VIPS/VIPSCore-Python#install-vips-models) for how to make it available on that server. 
+See the [VIPSCore-Python README](https://gitlab.nibio.no/VIPS/VIPSCore-Python#install-vips-models) for how to make it available on that server. Please remember that this model should not be available to the public :-) 
 
 ## Testing
 The tests are located in the `tests` folder, and we're using [Pytest](https://docs.pytest.org/)
-- 
GitLab