Skip to content

Commit

Permalink
docs(README): addedusage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
CostasAK committed Feb 5, 2024
1 parent fdccae6 commit 045803b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# prettier-config
# `@costasak/prettier-config`

My shareable Prettier configuration

## Usage

### Install

```bash
pnpm add -D @costasak/prettier-config
```

### Edit `.prettierrc.json`

```json
"@costasak/prettier-config"
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@costasak/prettier-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "My shareable Prettier configuration",
"main": "index.json",
"repository": "[email protected]:CostasAK/prettier-config.git",
Expand Down

0 comments on commit 045803b

Please sign in to comment.