Skip to content

Commit f7b71c1

Browse files
Update README.md
1 parent 9107b86 commit f7b71c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A MATLAB library for loading [PAMGuard binary files](https://www.pamguard.org/ol
1515
addpath('path/to/extracted/pgmatlab');
1616
```
1717

18-
5. You only need to add the one pgmatlab folder to your path to use the main PAMGuard binary file functions.
18+
You only need to add the one pgmatlab folder to your path to use the main PAMGuard binary file functions.
1919
However, if you're using any of the utility and database functions directly within your own code,
2020
you'll need to either import the namespaces, import individual functions from within the namespaces,
2121
or put the full namespace path in every function call:

0 commit comments

Comments
 (0)