Skip to content

Commit

Permalink
Update documentstion (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpota authored Dec 22, 2022
1 parent e5bafe8 commit 9f51a2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Lightweight and secure database migration tool for Node.js and Postgres.

### How to use
Install Podil ad pg:
Install Podil and pg:

```shell
npm install podil pg
Expand Down Expand Up @@ -47,6 +47,6 @@ await podil.migrate(
### Troubleshooting
Podil is in active development. If you found a bug, have a question, or
Podil is in active development. If you found a bug, have a question or
want to request a new feature, please
[open an issue](https://github.com/podiljs/podil/issues).
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podil",
"version": "0.2.0",
"version": "0.2.1",
"description": "Lightweight and secure database migration tool",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 9f51a2d

Please sign in to comment.