From 57de09e7fa8a853cdfd2c4aa4405ce2d1d95d0f3 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Thu, 5 Nov 2020 23:25:50 -0700 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index caee599..31a067d 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,5 @@ Or just run `node main.js`. * If you leave a room the bot won't invite you back, even if there are new SMS messages. * Any messages posted in a Matrix room while the bot is offline will not be relayed to SMS when it comes back. * Only unread SMS are fetched, so if anything else is checking the API this bot won't get those. -* This polls the API for messages every 15 seconds (configurable), which is a bit ugly. \ No newline at end of file +* This polls the API for messages every 15 seconds (configurable), which is a bit ugly. +* If it crashes try the latest Node.js LTS (v14 as of commit date) \ No newline at end of file