summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAgatha <agatha@ubuntu.(none)>2014-03-04 07:48:38 -0500
committerAgatha <agatha@ubuntu.(none)>2014-03-04 07:48:38 -0500
commit1cb38abf999b5bc0b0eddad43760c31580dc2d48 (patch)
tree435ff4475844fa20bc8796ce6d106c305115e0d8 /tools
parent602c71bc17d4c23f6d0968aa09b9b058bff57862 (diff)
Minor documentation cleanup
This commit fixes some typos and grammar mistakes. It also fixes some of the long text lines and generally makes the documentation more readable.
Diffstat (limited to 'tools')
-rw-r--r--tools/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/README b/tools/README
index 4d8538c3..26802ec7 100644
--- a/tools/README
+++ b/tools/README
@@ -1,9 +1,11 @@
1This directory can house various tools and utilities. 1This directory can house various tools and utilities.
2 2
3astylerc 3astylerc
4 - This file can be used in the precommit hook to try its best at making the code conform to the coding style document. 4 - This file can be used in the precommit hook to try its best
5 at making the code conform to the coding style document.
5 6
6pre-commit (*NIX only at the moment) 7pre-commit (*NIX only at the moment)
7 - Lints your file in adherence to the coding style doucment as best as possible in terms of spacing, indenting, etc. 8 - Lints your file in adherence to the coding style doucment as
9 best as possible in terms of spacing, indenting, etc.
8 - Requires you to have astyle installed. 10 - Requires you to have astyle installed.
9 - To use, copy this file to ProjectTox-Core/.git/hooks 11 - To use, copy this file to ProjectTox-Core/.git/hooks