Skip to content

Commit 8146c68

Browse files
committed
typo mac -> Mac in exercise READMEs
1 parent c3298cd commit 8146c68

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/1_Tensor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You will also likely need to add the location of the dynamic library files
5959
```
6060
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:</path/to/library/installation>/lib
6161
```
62-
or `DYLD_LIBRARY_PATH` on mac:
62+
or `DYLD_LIBRARY_PATH` on Mac:
6363
```
6464
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:</path/to/library/installation>/lib
6565
```

examples/2_SimpleNet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ You will also likely need to add the location of the dynamic library files
128128
```
129129
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:</path/to/library/installation>/lib
130130
```
131-
or `DYLD_LIBRARY_PATH` on mac:
131+
or `DYLD_LIBRARY_PATH` on Mac:
132132
```
133133
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:</path/to/library/installation>/lib
134134
```

0 commit comments

Comments
 (0)