From 44698ca88e12768ef45debe102277f37982d302f Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Sun, 15 Nov 2020 01:07:44 +0000 Subject: [PATCH] link to power law article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f74992b..739108c 100644 --- a/README.md +++ b/README.md @@ -27,5 +27,5 @@ $ ./benfords-law.exe Press 'Enter' to continue... ``` -This shows that Benford's law only works when the data is not random, such as natural data gathered in real life. This is because natural data is generated following a power law, which is common in nature. +This shows that Benford's law only works when the data is not random, such as natural data gathered in real life. This is because natural data is generated following a [power law](https://en.wikipedia.org/wiki/Power_law), which is common in nature. \ No newline at end of file