diff --git a/Make_include_template b/Make_include_template
index 002c45dc914840e33369eeefdd8cf28af97a87e4..8353d6e971869c7337e17e7fb5bcfe4d60f88049 100644
--- a/Make_include_template
+++ b/Make_include_template
@@ -97,6 +97,9 @@ BLAS = -L${MKLROOT}/lib/ -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lpthread -lm
 #BLAS = -Wl,-rpath ${MKLLIB} -Wl,--start-group -L${MKLLIB} -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -Wl,--end-group -lpthread -lm -ldl
 #for intel compilers
 #BLAS = -mkl
+#
+#If you do not want to use MKL
+#BLAS = -llapack -lblas
 
 #############################################################################
 # AMD ACML 4.4.0
diff --git a/README b/README
index 5c5b3b6f1d6baf0df31ee6691de5fff7c8e6fdbf..4587443e9c43046de6df1731342f2d43c36d0874 100644
--- a/README
+++ b/README
@@ -110,7 +110,7 @@ Usually the MKL libraries are installed in $MKL_ROOT. If that variable is not se
 find /opt/intel -name libmkl_gf_lp64.so
 
 and adjust MKLROOT in Make_include accordingly. 
-You can also completely disable the use of MKL by commenting out these parts in Make_include. 
+You can also completely disable the use of MKL by commenting out the MKL parts in Make_include. 
 
 SEISMIC UNIX
 -----------