Skip to content

Commit ef1ddeb

Browse files
committed
Update README
1 parent 042d27d commit ef1ddeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ DSLR takes snapshots by cloning databases using Postgres' [Template
9292
Databases](https://www.postgresql.org/docs/current/manage-ag-templatedbs.html)
9393
functionality. This is the main source of DSLR's speed.
9494

95-
This means that taking a snapshot is just creating a new database, using the
96-
main database as the template. Restoring a snapshot is just deleting the main
95+
This means that taking a snapshot is just creating a new database using the main
96+
database as the template. Restoring a snapshot is just deleting the main
9797
database and creating a new database using the snapshot database as the
9898
template. So on and so forth.
9999

0 commit comments

Comments
 (0)