Skip to content

Commit 30b68a6

Browse files
committed
docs(readme): update readme
1 parent 3982b35 commit 30b68a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ To use the NAVFoundation.Amx libraries in your NetLinx project, simply include t
6767
To use the `StringUtils` library, you would include it as follows:
6868

6969
```c
70-
#include "NAVFoundation.StringUtils.axi"
70+
#include 'NAVFoundation.StringUtils.axi'
7171
```
7272

7373
To use the `ArrayUtils` library, you would include it as follows:
7474

7575
```c
76-
#include "NAVFoundation.ArrayUtils.axi"
76+
#include 'NAVFoundation.ArrayUtils.axi'
7777
```
7878

7979
## Documentation :page_facing_up:

0 commit comments

Comments
 (0)