Skip to content

Commit

Permalink
README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
dipenparmar12 committed Jul 14, 2020
1 parent 285ca10 commit 7fd7209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Laravel package for log queries in user defined log channel. Your all queries

## Installation

You can install the package via composer:
Install the package via composer:

```bash
composer require dipenparmar12/laravel-query-log --dev
Expand Down Expand Up @@ -73,7 +73,7 @@ If we want to use query logging in multiple log channels, we can archive it by f
```dotenv
QUERY_LOG_CHHANELS='single,daily'
```
> **Note**: Make sure The name specified in this option should match one of the channels defined in the ```config/logging.php``` *channels* configuration array.
> **Note**: Make sure the name specified in this option should match one of the channels defined in the ```config/logging.php``` **channels** configuration array.
### Changelog

Expand Down

0 comments on commit 7fd7209

Please sign in to comment.