diff --git a/README.md b/README.md
index f542c31b67ec979fce8e16a9ca6a319ea5b18424..9dd799139662a52392c6e1bdc0088da7039ab204 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ The **ProjectID** is your custom project number, it well be the prefix of the ID
 `PlotID.Publish(DataPaths,scriptPath,  figure, options)`
 
 `scriptPath` contains either the path to the script, this can be provided with the simple call of `scriptPath = [mfilename('fullpath'),'.m']` or the script or function name that is used for creating your plot. \
-`DataPaths` contains the path(s) to the research data, for multiple files you can use a cell array (they must be at the path). It is also possible to pass an arbitrary number of variables as struct.  \
+`DataPaths` contains the path(s) to the research data, for multiple files you can use a cell array (We recommend using absolute paths). It is also possible to pass an arbitrary number of variables as struct.  \
 `figure` is the figure that should be published.
 
 **Please take also a look on the examples provided in the Example folder**.