From dc00dbdd6a4a7beaf4ee27fa0a6a693cddc6f374 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sun, 24 Apr 2022 18:58:25 -0400 Subject: [PATCH] tweak: README --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 8985798..c44b2a5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ npm install forecasting #### Aggregation -````js +Aggregation functionality is taken from [@forecasting/aggregation](https://www.npmjs.com/package/@forecasting/aggregation). You may want to install that package directly. ```js import { @@ -67,12 +67,8 @@ const getAggregatedProbabilities = (array) => { return result; } }; -```` - ``` -You may also install [@forecasting/aggregation](https://www.npmjs.com/package/@forecasting/aggregation) directly - #### Scoring To be done @@ -85,4 +81,3 @@ To be done - [ ] Do another repository for scoring methods - [ ] Do another repository for charts -```