From 94eeed35120dce68567827256fc146fdfde09ce7 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Sat, 15 Jan 2022 01:02:01 +0100 Subject: [PATCH] chore(readme): bit more explicit about nodejs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 startedInstallation • @@ -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.