From 63616880edc814510dc28b950709b0392d2f3100 Mon Sep 17 00:00:00 2001 From: deyan Date: Mon, 20 May 2024 09:42:13 +0200 Subject: [PATCH] fix: update ng fantasticon docs --- packages/ng-fantasticon/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ng-fantasticon/README.md b/packages/ng-fantasticon/README.md index ae884ef..bde1343 100644 --- a/packages/ng-fantasticon/README.md +++ b/packages/ng-fantasticon/README.md @@ -1,10 +1,10 @@ # ng-fantasticon -This library provides a helper component for the [zupit-fantasticon](https://www.npmjs.com/package/zupit-fantasticon) package. It allows you to easily use the icons generated by `zupit-fantasticon` in your Angular application. +This library provides a helper component for the [@zupit-it/fantasticon](https://www.npmjs.com/package/@zupit-it/fantasticon) package. It allows you to easily use the icons generated by `zupit-fantasticon` in your Angular application. ## Prerequisites -Install [zupit-fantasticon](https://www.npmjs.com/package/zupit-fantasticon) and follow the [Angular setup instructions](https://www.npmjs.com/package/zupit-fantasticon#angular). +Install [@zupit-it/fantasticon](https://www.npmjs.com/package/@zupit-it/fantasticon) and follow the [Angular setup instructions](https://www.npmjs.com/package/@zupit-it/fantasticon#angular). ## Usage