Skip to content

Commit

Permalink
- fix typo (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarHulter authored Feb 11, 2023
1 parent 0d4fe62 commit de7dae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Import indicator.
```TypeScript
import {awesomeOscillator} from 'indicatorts';

const hights = [10, 20, 30, 40];
const highs = [10, 20, 30, 40];
const lows = [1, 2, 3, 4];

const ao = awesomeOscillator(highs, lows);
Expand Down

0 comments on commit de7dae9

Please sign in to comment.