From 01b62dec11a54e671ad37d6452e68f7e5efd8ecf Mon Sep 17 00:00:00 2001 From: "F. Hinkelmann" Date: Fri, 2 Aug 2019 14:13:27 -0400 Subject: [PATCH] Update README.md Remove list of samples. It doesn't add any value in addition to the directories listed above and it's easily out of date. Remove comment about Node 6 as many samples need Node 8 to run now. --- functions/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/functions/README.md b/functions/README.md index 764c7dc029..4341ca27c3 100644 --- a/functions/README.md +++ b/functions/README.md @@ -32,6 +32,3 @@ environment. * [OCR (Optical Character Recognition)](ocr/) * [SendGrid](sendgrid/) * [Slack](slack/) - -## Notes: -The samples in the `node8` directory are designed for use with Node.js `8.x.x` only. Unless otherwise noted, all other samples are designed for _both_ Node.js `6.x.x` _and_ Node.js `8.x.x`.