Skip to content

Commit be70122

Browse files
committed
Fix typo in README
Typo in the installation command for MATLAB Compiler Runtime script on Windows
1 parent d43c9ed commit be70122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cabal install --extra-lib-dirs="/usr/local/MATLAB/R2014a/bin/glnxa64/" --extra-i
1414

1515
On a Windows system with the MATLAB Compiler Runtime, it might look like this:
1616
```
17-
cabal install --extra-lib-dirs="C:\Program Files\MATLAB\MATLAB Compiler Runtime\v83\extern\include" --extra-lib-dirs="C:\Program Files\MATLAB\MATLAB Compiler Runtime\v83\bin\win64"
17+
cabal install --extra-include-dirs="C:\Program Files\MATLAB\MATLAB Compiler Runtime\v83\extern\include" --extra-lib-dirs="C:\Program Files\MATLAB\MATLAB Compiler Runtime\v83\bin\win64"
1818
```
1919

2020
## Test platforms

0 commit comments

Comments
 (0)