Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aborazmeh committed Jul 7, 2024
1 parent f31275e commit 873587f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
29 changes: 13 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

textlint rule to prevents the usage of kasheeda (or Tatweel in Arabic) `ـ` U+0640 symbol in languages like Arabic and Farsi

## Fixable

[![textlint rule](https://img.shields.io/badge/textlint-fixable-green.svg?style=social)](https://textlint.github.io/)

```
textlint --rule no-kasheeda --fix README.md
```
## Example

> يـولد جميع الناس أحراراً ومتـــســـاوين في الكرامة والحقوق
> يـولد جميع الناس أحراراً ومتساوين في الكرامة والحقوق
## Install

Install with [npm](https://www.npmjs.com/):
Expand All @@ -25,22 +38,6 @@ Via CLI
```
textlint --rule no-kasheeda README.md
```

## Fixable

[![textlint rule](https://img.shields.io/badge/textlint-fixable-green.svg?style=social)](https://textlint.github.io/)

```
textlint --rule no-kasheeda --fix README.md
```


## Example

> يـولد جميع الناس أحراراً ومتـــســـاوين في الكرامة والحقوق
> يـولد جميع الناس أحراراً ومتساوين في الكرامة والحقوق
### Build

Builds source codes for publish to the `lib` folder.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.3",
"version": "1.0.4",
"keywords": [
"textlintrule"
],
Expand Down

0 comments on commit 873587f

Please sign in to comment.