From 2fa47ef062fd91c474208a35d110c4de6cd4090d Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Sat, 6 Apr 2024 17:32:19 +1300 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9dc1ee8..1d723f2 100644 --- a/readme.md +++ b/readme.md @@ -110,7 +110,7 @@ Math.clamp(5, undefined, 10); ## Acknowledgements -Specification and implementation inspired by: +Specification and reference implementation inspired by: - [`Math` Extensions Proposal](https://github.com/rwaldron/proposal-math-extensions) - [`math-clamp`][math-clamp]