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|