diff --git a/README.md b/README.md index ddfa6d2496405..c571695da3734 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ For a more in-depth discussion of the rationale and advantages of Julia over oth - **[gcc, g++, gfortran][gcc]** — compiling and linking C, C++ and Fortran code. - **[curl][]** — to automatically download external libraries: - **[fdlibm][]** — a portable implementation of much of the system-dependent libm math library's functionality. - - **[MT][]** - Mersenne Twister is a fast pseudorandom number generator - - **[OpenBLAS][]** — a fast, open, and maintained [basic linear algebar subprograms (BLAS)](http://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms) library, based on [Kazushige Goto's](http://en.wikipedia.org/wiki/Kazushige_Goto) famous [GotoBLAS](http://www.tacc.utexas.edu/tacc-projects/gotoblas2/). + - **[MT][]** — a fast Mersenne Twister pseudorandom number generator library. + - **[OpenBLAS][]** — a fast, open, and maintained [basic linear algebar subprograms (BLAS)].(http://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms) library, based on [Kazushige Goto's](http://en.wikipedia.org/wiki/Kazushige_Goto) famous [GotoBLAS](http://www.tacc.utexas.edu/tacc-projects/gotoblas2/). - **[LAPACK][]** — library of linear algebra routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. - **[ARPACK][]** — a collection of subroutines designed to solve large, sparse eigenvalue problems. - **[FFTW][]** — library for computing fast Fourier transforms very quickly and efficiently.