Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matfish3 committed Nov 24, 2021
1 parent 19b0bb7 commit 1196299
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ return [
];
```

## Record post views (currently in dev-master. Released soon)
## Record post views

Blogify allows you track the popularity of your posts separately from Google Analytics, so you can sort by popularity
Blogify allows you track the popularity of your posts, so you can sort by popularity
and display number of views. This option is disabled by default. You can enable it with a single command:

```
Expand All @@ -156,7 +156,7 @@ to `config/blogify.php`:
```php
return [
'postViewsExcludeIps'=>[
'192.168.10.1'
'192.168.10.1'
]
];
```
Expand Down

0 comments on commit 1196299

Please sign in to comment.