diff --git a/.github/badges/code_issues.svg b/.github/badges/code_issues.svg
index 878b0080a..f5ef8bb1d 100644
--- a/.github/badges/code_issues.svg
+++ b/.github/badges/code_issues.svg
@@ -1 +1 @@
-
+
\ No newline at end of file
diff --git a/.github/badges/tests.svg b/.github/badges/tests.svg
index 03f3b933a..b3aea14a7 100644
--- a/.github/badges/tests.svg
+++ b/.github/badges/tests.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/README.md b/README.md
index b86da7270..ea8ed1be7 100755
--- a/README.md
+++ b/README.md
@@ -20,3 +20,4 @@ Neuroscience Data Interface - A means of specifying and accessing neuroscience d
Please post issues to [the issues page on GitHub](https://github.com/VH-Lab/NDI-matlab/issues)
We have an RRID now: RRID:SCR_023368
+
diff --git a/ndi_setup.m b/ndi_setup.m
index cb290eca2..5b35b2bc9 100644
--- a/ndi_setup.m
+++ b/ndi_setup.m
@@ -1,6 +1,6 @@
function ndi_setup(options)
- arguments
+ arguments
options.InstallationLocation (1,1) string = missing
options.UseGit (1,1) logical = true % Todo
options.InstallationMode (1,1) string ...