From 0bb1f0ac1e9fd2fa9cfae04bbbff3aeba438fe8d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 13 Jul 2015 13:26:10 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4542453..24c9322 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ node my-service.js It's unfortunate that `process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';` is even documented. It should only be used for debugging and should never make it into in sort of code that runs in the wild. Almost every library that runs atop `https` has a way of passing agent options through. Those that don't should be fixed. -# Index +# Appendix Other information you might want to know while you're here.