Skip to content

Commit

Permalink
docs: fix type in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Jul 25, 2017
1 parent 46dd96f commit 84d253f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ npm install --save -g pgtools
## CLI Example

```bash
createdbjs my_awesome_db --user=admin --pasword=admin
createdbjs my_awesome_db --user=admin --password=admin
```

## Programatic Example
Expand Down

0 comments on commit 84d253f

Please sign in to comment.