From 99bb1923f47ae5e3e38f8584d199da45b8b66238 Mon Sep 17 00:00:00 2001 From: Rebecca Meritz Date: Fri, 26 Jun 2020 13:35:36 -0700 Subject: [PATCH] Add docs to README about requirements --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dc9ac0ca..bb22abce 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ To install airtable.js in a node project: npm install airtable +Airtable.js should work with Node 10 and above. ### Browser @@ -33,6 +34,8 @@ Edit `test/test_files/index.html` - put your `BASE_ID` and `API_KEY` (Be careful Then open http://localhost:8000/ in your browser. +Airtable.js should work with browsers supported by Airtable App. +See the [techincal requirements](https://support.airtable.com/hc/en-us/articles/217990018) for more details. # Configuration