diff --git a/README.md b/README.md
index 5617565763383af3eea4cbb0b8e7c03bb5765257..c425131a17cc7b60e8de84cedab6197b8c23bb41 100644
--- a/README.md
+++ b/README.md
@@ -105,9 +105,8 @@ createLinkedHDF5 creates a HDF file that references the Sourcefile. TargetPath i
 ## fileCompare()
 `[status, id] = fileCompare(filename,fileList)`  \
 fileCompare checks if file1 is (binary) identical to a file in filelist, it returns a sttus and the id of the identical file. The function uses the windows system function fc or the unix function diff (not tested).
-## removePltIdFiles()
-`[fListClean] = removePltIdFiles(fList)` \
-removePltIdFiles removes functions that are part of PlotID out of flist.
+## copyUserFCN(scriptPath, folderName, storPath, ID)
+COPYUSERFCN copies all user functions, classes and toolboxes that are used by the base script (`scriptPath`).
 
 # How to use the .config file
 The config file is a JSON-File. The config file stores user data and options of `PlotID`. It will be created when you use PlotID for the first time. Follow the Instructions to create the file. _Note:_ for basic usage no manual changes on the config file are required. \