Fix spelling error in README

This commit is contained in:
Patrick Johnmeyer 2013-05-08 23:34:47 -05:00
parent 15f1688bdd
commit b8cd1d300b

View file

@ -9,7 +9,7 @@ UnitTest++ is a lightweight unit testing framework for C++. It was designed to d
Documentation
--------------
The full documenation for building and using UnitTest++ can be found on the [GitHub wiki page](https://github.com/unittest-cpp/unittest-cpp/wiki). The contents of this wiki are also included as a git submodule under the `docs` folder, so version-specific Markdown documentation is always available along with the download.
The full documentation for building and using UnitTest++ can be found on the [GitHub wiki page](https://github.com/unittest-cpp/unittest-cpp/wiki). The contents of this wiki are also included as a git submodule under the `docs` folder, so version-specific Markdown documentation is always available along with the download.
Pre-requisites
---------------