Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mo9a7i committed Oct 2, 2023
1 parent ac24395 commit 58ebab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ A library for handling Arabic strings, including removing diacritics, normalizin
## Installation

```bash
npm install @6degrees/arabic-strings
npm install @flowdegree/arabic-strings
```

## Usage

### Importing the Library

```js
import * as arabicStrings from '@6degrees/arabic-strings';
import * as arabicStrings from '@flowdegree/arabic-strings';
```

## Removing Diacritics (Harakat)
Expand Down

0 comments on commit 58ebab7

Please sign in to comment.