summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjosephleon <joseph.leon.9@gmail.com>2018-03-17 13:08:44 -0400
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2018-12-03 20:29:08 +0000
commit4db289ca173d915d7779e3275d9c115932158808 (patch)
tree54ede5de012613ccd9ae799151f40cd431759053
parent8fa5bd37611b2952e6b641932700cd0850bd4b40 (diff)
downloadnode-new-4db289ca173d915d7779e3275d9c115932158808.tar.gz
doc: move StackOverflow to unofficial section
Fixes: https://github.com/nodejs/node/issues/19412 PR-URL: https://github.com/nodejs/node/pull/19416 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index cbf7b9541d..37a94db558 100644
--- a/README.md
+++ b/README.md
@@ -44,12 +44,13 @@ When looking for support, please first search for your question in these venues:
* [Node.js Website][]
* [Node.js Help][]
* [Open or closed issues in the Node.js GitHub organization](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Anodejs+is%3Aissue)
-* [Questions tagged 'node.js' on StackOverflow][]
-If you didn't find an answer in one of the venues above, you can:
+If you didn't find an answer in one of the official resources above, you can
+search these unofficial resources:
-* Join the **unofficial** [#node.js channel on chat.freenode.net][]. See
-<http://nodeirc.info/> for more information.
+* [Questions tagged 'node.js' on StackOverflow][]
+* [#node.js channel on chat.freenode.net][]. See <http://nodeirc.info/> for more
+ information.
GitHub issues are meant for tracking enhancements and bugs, not general support.