Skip to content

Commit

Permalink
Typo fixed in readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
akaamitgupta committed Jan 26, 2017
1 parent 5667a40 commit 47a831d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -25,10 +25,10 @@ SquareBoat\SqlDoctor\SqlDoctorServiceProvider::class,

Now while your `app.debug` is set `true` then on any URL you can append `?sql-doctor=1` and get an output of complete list of queries that ran.

| Query Param | Value | Output |
| ----------- |:-----:| :------------------------|
| sql-doctor | 1 | Default query |
| sql-doctor | 2 | Query with binded values |
| Query Param | Value | Output |
| ----------- |:-----:| :--------------------------------------------- |
| sql-doctor | 1 | Default query |
| sql-doctor | 2 | Binds values to their parameters in the query. |

## Credits

Expand Down
2 changes: 1 addition & 1 deletion src/SqlDoctor.php
Expand Up @@ -32,7 +32,7 @@ public function handle(DatabaseManager $db, Event $event)
}

/**
* Bind values to their parameters in the given statement.
* Bind values to their parameters in the given query.
*
* @param string $query
* @param array $bindings
Expand Down

0 comments on commit 47a831d

Please sign in to comment.