diff --git a/README.md b/README.md index b1076cf..2b39237 100755 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ The main feature of these indicators is their continuous operation, which means Releases are available under Node Package Manager (npm): - npm install @ft/indicators + npm install @follow-traders/indicators ## Exapmle with Simple Moving Average ```js -import { SMA } from '@ft/indicators'; +import { SMA } from '@follow-traders/indicators'; const sma = new SMA(4); // Create SMA with 4 period // SMA workflow diff --git a/package.json b/package.json index 6029dc6..7eaec46 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "author": "FollowTraders ", - "name": "@ft/indicators", + "name": "@follow-traders/indicators", "description": "Implementation of most popular technical stock indicators", "version": "0.1.0", "license": "GPL-3.0",