From 068e908f9f689d86b8dca7c6966cf56a5536fc79 Mon Sep 17 00:00:00 2001 From: Shinyaigeek Date: Mon, 10 Jan 2022 05:52:13 +0900 Subject: [PATCH] Chore: fix wrong url into TypeScript definition file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2058638e..c06af45b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ A CSS parser, transformer, and minifier written in Rust. ### From JavaScript -See the [TypeScript definitions](blob/master/node/index.d.ts) for full API docs. +See the [TypeScript definitions](https://github.com/parcel-bundler/parcel-css/blob/master/node/index.d.ts) for full API docs. Here is a simple example that compiles the input CSS for Safari 13.2, and minifies the output.