Skip to content

Commit

Permalink
docs + version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Oct 4, 2017
1 parent a5d4b8c commit cbc8c44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -93,12 +93,12 @@ Example of forwarding events [query](https://github.com/vitaly-t/pg-promise#quer

```js
const options = {
query: e => {
query(e) {
/* do some of your own processing, if needed */

monitor.query(e); // monitor the event;
},
error: (err, e) => {
error(err, e) {
/* do some of your own processing, if needed */

monitor.error(err, e); // monitor the event;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pg-monitor",
"version": "0.8.2",
"version": "0.8.3",
"description": "Event monitor for pg-promise.",
"main": "lib/index.js",
"typings": "typescript/pg-monitor.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion typescript/README.md
@@ -1,6 +1,6 @@
## TypeScript for pg-monitor

Complete TypeScript 2.0 declarations for the [pg-monitor] module.
Complete TypeScript 2.x declarations for the [pg-monitor] module.

### Inclusion

Expand Down

0 comments on commit cbc8c44

Please sign in to comment.