diff --git a/.gitignore b/.gitignore
index 44b737b7bc20857062c7c803dbeb189e5c3a7fdf..2a38fbac65f578f9073a7fd46366a7a5096f5dde 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-
+Malanta/rswap
 .Rhistory
diff --git a/archive/rswap_sensitity_run_Control.zip b/archive/rswap_sensitity_run_Control.zip
deleted file mode 100644
index 314c0585bb3f2d804f4dc117d823438d7cc0efb5..0000000000000000000000000000000000000000
Binary files a/archive/rswap_sensitity_run_Control.zip and /dev/null differ
diff --git a/malanta_fix.R b/malanta_fix.R
index fbe045f4d3e9bb476b662208508f928fe5a995a5..e053b85e437fbb652dc15a8f624498afc268078e 100644
--- a/malanta_fix.R
+++ b/malanta_fix.R
@@ -1,12 +1,14 @@
 # Malanta Fix
 
 # Update the package to the newest version! make sure you have the "remotes"
-# package installed
+# package installed.
 remotes::install_github(repo = "moritzshore/rswap", ref = remotes::github_release())
 
 # load rswap
 library(rswap)
 
+# The package version should be 0.5.1
+packageVersion("rswap") == "0.5.1"
 
 # tell rswap where your setup is located
 malanta = "C:/Users/mosh/Documents/GIT/rswap_applications/Malanta/"
@@ -27,6 +29,9 @@ result_df <- check_swap_sensitivity(
   autoset_output = T
 )
 
+# the warning "textfont.color doesn't (yet) support data arrays" can be ignored
+
+# here are you results as a dataframe:
 result_df
 
 # By the way, it was my fault, not yours! fixed 2 bugs that I should have fixed
@@ -34,6 +39,6 @@ result_df
 
 # Also, if you would like to see the effect of your parameter on a model
 # variable (like Water content) instead of performance indicator (like NSE),
-# I'll have to disapoint you because I haven't implemented that yet. If you
+# I'll have to disappoint you because I haven't implemented that yet. If you
 # would like to have it though, let me know because it should be pretty easy to
 # add.