fixed grammar

This commit is contained in:
Davis King 2012-05-20 13:14:04 -04:00
parent 3e674f01eb
commit 0d3efbbd50

View File

@ -8,7 +8,7 @@ instructions at http://dlib.net/howto_contribute.html.
COMPILING DLIB EXAMPLE PROGRAMS
go into the examples folder and type:
Go into the examples folder and type:
mkdir build; cd build; cmake .. ; cmake --build .
That will build all the examples. Note that there is nothing to install