From c558ed2069bf080893d8d5a995b3768479c12885 Mon Sep 17 00:00:00 2001 From: "Steve L. Nyemba" Date: Thu, 5 Oct 2017 10:14:00 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a55c810..edc9724 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Modules | **Modules** | **Description** | | -------- | -------- | -| rpc.js | XMLHttpRequest wrapper. Enables to make ajax requests using a simple interface | -| dom.js|Provides an interfact to manipulate Document Object Model (DOM)| -| utils.js|Implements reusable functions around design patterns to manipulate collections, JSON objects| -|ext/math.js|Reusable mathematical and statistical functions, correlations, mean, median, mode ...| -|ext/ml.js|Reusable big data framework with functions like map/reduce| +| **rpc.js** | XMLHttpRequest wrapper. Enables to make ajax requests using a simple interface | +| **dom.js**|Provides an interfact to manipulate Document Object Model (DOM)| +| **utils.js**|Implements reusable functions around design patterns to manipulate collections, JSON objects| +|**ext/math.js**|Reusable mathematical and statistical functions, correlations, mean, median, mode ...| +|**ext/ml.js**|Reusable big data framework with functions like map/reduce|