We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9107b86 commit f7b71c1Copy full SHA for f7b71c1
1 file changed
README.md
@@ -15,7 +15,7 @@ A MATLAB library for loading [PAMGuard binary files](https://www.pamguard.org/ol
15
addpath('path/to/extracted/pgmatlab');
16
```
17
18
-5. You only need to add the one pgmatlab folder to your path to use the main PAMGuard binary file functions.
+You only need to add the one pgmatlab folder to your path to use the main PAMGuard binary file functions.
19
However, if you're using any of the utility and database functions directly within your own code,
20
you'll need to either import the namespaces, import individual functions from within the namespaces,
21
or put the full namespace path in every function call:
0 commit comments