Skip to content

Commit 7133ff3

Browse files
authored
Correct a sentence in documentation (#21)
1 parent 8ad025b commit 7133ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Podil [![Build](https://github.com/podiljs/podil/actions/workflows/build.yaml/badge.svg)](https://github.com/podiljs/podil/actions/workflows/build.yaml) [![Coverage Status](https://coveralls.io/repos/github/podiljs/podil/badge.svg?branch=main)](https://coveralls.io/github/podiljs/podil?branch=main) [![npm version](https://img.shields.io/npm/v/podil.svg?style=flat)](https://www.npmjs.com/package/podil) [![install size](https://packagephobia.com/badge?p=podil)](https://www.npmjs.com/package/podil)
22

33
Lightweight and secure database migration tool for Node.js and Postgres. Podil lets
4-
you version your database by executing SQL scripts automatically on application
4+
you version your database schema by executing SQL scripts automatically on application
55
startup. It keeps track of what scripts have been executed and what not which lets
66
you seamlessly update your database schema on every environment in the same way. Podil
77
saves you from mistakingly breaking your schema by storing and verifying checksums

0 commit comments

Comments
 (0)