From 58ebab7fb5b48a502812bbac1d7f12bfdd76444c Mon Sep 17 00:00:00 2001 From: Mohannad Otaibi Date: Mon, 2 Oct 2023 10:53:24 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8699e43..fb81a46 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A library for handling Arabic strings, including removing diacritics, normalizin ## Installation ```bash -npm install @6degrees/arabic-strings +npm install @flowdegree/arabic-strings ``` ## Usage @@ -13,7 +13,7 @@ npm install @6degrees/arabic-strings ### Importing the Library ```js -import * as arabicStrings from '@6degrees/arabic-strings'; +import * as arabicStrings from '@flowdegree/arabic-strings'; ``` ## Removing Diacritics (Harakat)