Skip to content

Commit 4ad0008

Browse files
committed
Fix license link in README to reference LICENSE.txt
1 parent e613e13 commit 4ad0008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Composer Version](https://img.shields.io/packagist/v/tomkyle/binning)](https://packagist.org/packages/tomkyle/binning )
55
[![PHP version](https://img.shields.io/packagist/php-v/tomkyle/binning)](https://packagist.org/packages/tomkyle/binning )
66
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/tomkyle/binning/php.yml)](https://github.com/tomkyle/binning/actions/workflows/php.yml)
7-
[![Packagist License](https://img.shields.io/packagist/l/tomkyle/binning)](LICENSE)
7+
[![Packagist License](https://img.shields.io/packagist/l/tomkyle/binning)](LICENSE.txt)
88

99
**Determine the optimal 𝒌 number of bins for histogram creation and optimal bin width 𝒉 using various statistical methods. Its unified interface includes implementations of well-known binning rules such as:**
1010

0 commit comments

Comments
 (0)