Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Early <matthewjearly@gmail.com>2017-04-29 23:07:23 +0300
committerGitHub <noreply@github.com>2017-04-29 23:07:23 +0300
commit4fe02e15f9f59debf169e1d17fdf660e0ad08065 (patch)
tree87e90da61436838c1331d0f9df0dd7b072153351 /readme.md
parentb45c5408d18e491d8d4c158cbbff5a805089500c (diff)
typo
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 4a1d64d0..cd302184 100644
--- a/readme.md
+++ b/readme.md
@@ -84,7 +84,7 @@ To generate user documentation and run tests please proceed with the steps below
3. Change to `build` directory and run `cmake ..` command to configure your build. Windows users can do the same with cmake-gui application.
4. On Windows, build the solution found in the build directory. On Linux, run `make` from the build directory.
-On successfull build you will find compiled test and example binaries in `bin`
+On successful build you will find compiled test and example binaries in `bin`
directory. The generated documentation will be available in `doc/html`
directory of the build tree. To run tests after finished build please run `make
test` or `ctest` from your build tree. You can get detailed output using `ctest