diff --git a/Tutorial.md b/Tutorial.md index 86d45d4..dfb0067 100644 --- a/Tutorial.md +++ b/Tutorial.md @@ -8,7 +8,7 @@ Just under the Downloads button you can also find the urls for pulling the code ## Where to put it? -CATCH is header only (there are some project files and cpp files for self test in there too, at the moment - just ignore those for now. So all you need to do is drop the files somewhere reachable from your project. The simplest way is to make a folder called catch, under your project's root source folder and place them there. +CATCH is header only (there are some project files and cpp files for self test in there too, at the moment - just ignore those for now). So all you need to do is drop the files somewhere reachable from your project. The simplest way is to make a folder called catch, under your project's root source folder and place them there. The rest of this tutorial will assume that the CATCH root folder is available unqualified - but you may need to prefix it with a folder name if necessary.