diff --git a/README.md b/README.md
index c6da2bb76aff66595c3db16865239edb24aa0f89..f6771c2ee29005a66f553172086991b14bbc84c1 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/)