Fixed readme typo.

This commit is contained in:
James Goppert 2015-09-12 15:59:33 -04:00
parent d4a16a68ac
commit 3343d96a08

View File

@ -60,9 +60,9 @@
# # do somthing
# elseif (${var} STREQUAL "2") <-- another condition
# # do somthing
# else (${var} STREQUAL "1") <-- tags is referring to name of if
# else (${var} STREQUAL "1") <-- tag is referring to name of if
# # do somthing
# endif (${var} STREQUAL "1") <-- tag is referring to name of
# endif (${var} STREQUAL "1") <-- tag is referring to name of if
#
# Do this:
# if (${var} STREQUAL "1") <-- condition now becomes if name