From 91d2d2c0e8caca4ef2f7c5d12a7cc144b3d816c2 Mon Sep 17 00:00:00 2001 From: Hyunbin <47051820+hyunbinseo@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:07:46 +0900 Subject: [PATCH] fix: changelog link in readme (#672) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 402eadc..d24cb53 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ JavaScript library to detect Browser, Engine, OS, CPU, and Device type/model fro --- # Version 2.0 -What's new & breaking, please read [CHANGELOG](changelog.md) before upgrading. +What's new & breaking, please read [CHANGELOG](CHANGELOG.md) before upgrading. # Documentation ### `UAParser([user-agent:string][,extensions:object][,headers:object(since@2.0)]):IData`