From de7dae9e42ba34d4b93f20a3b41f2c5966a4b847 Mon Sep 17 00:00:00 2001 From: Oskar Hulter Date: Sun, 12 Feb 2023 00:05:56 +0100 Subject: [PATCH] - fix typo (#271) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80d5a34..8e1da1c 100644 --- a/README.md +++ b/README.md @@ -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);