From 59aad88bde1effb6a41ca826771849d2cc8e1d21 Mon Sep 17 00:00:00 2001
From: "Lemmer, Jan" <jan.lemmer@fst.tu-darmstadt.de>
Date: Mon, 21 Feb 2022 14:49:46 +0100
Subject: [PATCH] Add description to copyUserFCN

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

diff --git a/README.md b/README.md
index 5617565..c425131 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. \
-- 
GitLab