Skip to content

Commit

Permalink
fix: add details + examples to description
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianCataldo committed Aug 26, 2022
1 parent 0234d34 commit fda5c77
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,25 @@

A `retext` plugin for checking popular names casing.

Examples:

- ⚠️ `macbook` → ✅ **`MacBook`**
- ⚠️ `MacOS` → ✅ **`macOS`**
- 🤔…
- ⚠️ `ESBuild` → ✅ **`esbuild`**
- ⚠️ `eslint` → ✅ **`ESLint`**
- 😭…

For:

- [Abbreviates](https://github.com/antfu/case-police/blob/main/dict/abbreviates.json)
- [Brands](https://github.com/antfu/case-police/blob/main/dict/brands.json)
- [General](https://github.com/antfu/case-police/blob/main/dict/general.json)
- [Products](https://github.com/antfu/case-police/blob/main/dict/products.json)
- [Softwares](https://github.com/antfu/case-police/blob/main/dict/softwares.json)

---

Dictionaries are from [`case-police`](https://github.com/antfu/case-police).

# Demo
Expand Down

0 comments on commit fda5c77

Please sign in to comment.