Skip to content

Commit

Permalink
scope changed
Browse files Browse the repository at this point in the history
  • Loading branch information
BusinessDuck committed Jun 23, 2020
1 parent c3eaf00 commit 180b548
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "FollowTraders <support@follow-traders.com>",
"name": "@ft/indicators",
"name": "@follow-traders/indicators",
"description": "Implementation of most popular technical stock indicators",
"version": "0.1.0",
"license": "GPL-3.0",
Expand Down

0 comments on commit 180b548

Please sign in to comment.