Skip to content

Commit 291a8ee

Browse files
committed
typos in readme
1 parent 7473094 commit 291a8ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ Adding support for non vectorized solvers ('fmincon', 'fminbnd', or 'fminsearch'
4949
## Compatibility
5050

5151
* Tested with MATLAB R2018b.
52-
* Requires the gads_toolbox (for the MATLAB solvers).
53-
* Requires the optimization_toolbox (for the MATLAB solvers).
54-
* Requires the distrib_computing_toolbox (for parfor loops)
52+
* The `gads_toolbox` is required (for the MATLAB solvers).
53+
* The `optimization_toolbox` is required (for the MATLAB solvers).
54+
* The `distrib_computing_toolbox` is required (for parfor loops)
5555
* Compatibility with GNU Octave not tested but probably problematic.
5656

5757
## Author

0 commit comments

Comments
 (0)