summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-06-30 20:46:13 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-06-30 20:46:13 +0200
commit6de4862e195acc9ea8e6fdb8947bdf6bd4e10900 (patch)
tree1a2adf9b8f2701a30472a7d8ab5d1cd75024693d /README.md
parente158c7242747f295eaa207f6e91d1082a63413ec (diff)
downloadrebar-6de4862e195acc9ea8e6fdb8947bdf6bd4e10900.tar.gz
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d5c04d1..9dfb1dc 100644
--- a/README.md
+++ b/README.md
@@ -133,9 +133,9 @@ make: [dialyzer_warnings] Error 2 (ignored)
[Dialyzer](http://www.erlang.org/doc/man/dialyzer.html) warnings are compared
against a set of safe-to-ignore warnings found in
[dialyzer_reference](https://raw.github.com/basho/rebar/master/dialyzer_reference).
-[xref](http://www.erlang.org/doc/man/xref.html) is run with custom queries
-to suppress safe-to-ignore warnings
-[xref_queries](https://raw.github.com/basho/rebar/master/rebar.config)
+[xref](http://www.erlang.org/doc/man/xref.html) is run with
+[custom queries](https://raw.github.com/basho/rebar/master/rebar.config)
+to suppress safe-to-ignore warnings.
It is **strongly recommended** to check the code with
[Tidier](http://tidier.softlab.ntua.gr:20000/tidier/getstarted).