Skip to content

Commit

Permalink
Readme wording
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Jan 7, 2024
1 parent 544e639 commit 545a7ff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,12 @@ to ensure the 1000 views are accounted for:

### Abbreviation

You can set the `withAbbreviation` parameter to `true` if you would like the counter to be abbreviated.
You can set the `abbreviated` parameter to `true` if you would like the counter to be abbreviated.

For example, a counter with 12345 views, will be displayed as 12K.

For example, a user with 12345 views, can choose to display it as 12k.
```markdown
![](https://komarev.com/ghpvc/?username=your-github-username&withAbbreviation=true)
![](https://komarev.com/ghpvc/?username=your-github-username&abbreviated=true)
```

## FAQ
Expand Down

0 comments on commit 545a7ff

Please sign in to comment.