diff --git a/README.md b/README.md
index 1be09fda..6ebc49bd 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
-
A JavaScript/Typescript SDK for Blockfrost.io API.
+Blockfrost.io SDK for JavaScript for Node.js.
Getting started •
Installation •
@@ -15,7 +15,6 @@
## Getting started
-
To use this SDK, you first need to log in to [blockfrost.io](https://blockfrost.io), create your project and retrieve the API token.
@@ -23,6 +22,7 @@ To use this SDK, you first need to log in to [blockfrost.io](https://blockfrost.
## Installation
+To run the SDK you need Node.js version 14 and higher. While you may find a way to run it directly in a browser, we don't actively support or provide troubleshooting assistance with this scenario. We recommend setting up your own Node.js backend. Exposing your API keys in a frontend application is almost always a bad idea.
The SDK is hosted on [npmjs.com](https://www.npmjs.com/package/@blockfrost/blockfrost-js), so you can directly import it using your favorite package manager.