From a32c00b618dbe83bb0dda797964cc2f864a94a47 Mon Sep 17 00:00:00 2001 From: "tom_(Laptop)" Date: Wed, 28 Sep 2022 08:13:21 +0200 Subject: [PATCH] Fixed link typo --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 310eaf9..ae68cfd 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ A collection of simple files to quickly produce meaningful charts for Statistical Process Controll (SPC). It relies mostly on the great [Plotly graphics library](https://plotly.com/javascript/) to present the results. -The additional statistics in some files is either knowledge I gathered -and used in praxis from a Six-Sigma Black Belt course. +The additional statistics in some files is mostly knowledge I gathered +and used in praxis from a Six-Sigma Black Belt course. For the rest, I do not +remember where I snatched it. The general workflow is to load the file in a browser, and dump data into a textfield. The format can be quite free. If a file requires @@ -25,7 +26,7 @@ libraries into the directory `js`. These are * The graphics stuff, [Plotly](https://github.com/plotly/plotly.js/) * Data Driven Documents, [D3](https://github.com/d3/d3) - * Some statistic from [Fast Statistics]{https://github.com/bluesmoon/node-faststats} + * Some statistic from [Fast Statistics](https://github.com/bluesmoon/node-faststats) * [sprintf](https://github.com/alexei/sprintf.js) * Some distributions were taken from [Thomas S. Ferguson](https://www.math.ucla.edu/~tom/distributions/CONTENTS.html)