From 4dda73a8d2c6d78fc6da84be4874f43abfbb1331 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Sat, 24 Feb 2024 11:29:28 +0900 Subject: [PATCH] Update README.md Added an thorvg NPM link in the Lottie Player documentation. --- web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/README.md b/web/README.md index 1b18bd85..5e39b66d 100644 --- a/web/README.md +++ b/web/README.md @@ -9,7 +9,7 @@ A Lottie Player which uses [ThorVG](https://github.com/thorvg/thorvg) as a rende ``` -- Install from NPM +- Install from [NPM](https://www.npmjs.com/package/@thorvg/lottie-player) ```sh npm install @thorvg/lottie-player ```