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 -```